/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
H A D | llvm_stackmap_type.h | 56 void Print() const in Print() function 117 void Print() const in Print() function 130 void Print() const in Print() function 141 void Print() const in Print() function 152 void Print() const in Print() function 164 void Print() const in Print() function 175 void Print() const in Print() function 177 head.Print(); in Print() 181 locations[i].Print(); in Print() 219 void Print() cons function [all...] |
H A D | llvm_stackmap_parser.h | 38 void PUBLIC_API Print() const in Print() function in panda::ecmascript::kungfu::LLVMStackMapParser 41 llvmStackMap_.Print(); in Print()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
H A D | pgo_trace.h | 88 void Print() const in Print() function in panda::ecmascript::pgo::PGOTrace::MethodData 142 void Print() const in Print() function in panda::ecmascript::pgo::PGOTrace 152 method.Print(); in Print()
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | intrinsics.cpp | 154 void Print(T v) in Print() function 188 Print<false>(v); in PrintF32() 193 Print<false>(v); in PrintF64() 198 Print<false>(v); in PrintI32() 203 Print<false>(v); in PrintU32() 208 Print<false>(v); in PrintI64() 213 Print<false>(v); in PrintU64()
|
/arkcompiler/toolchain/tooling/client/manager/ |
H A D | variable_manager.cpp | 39 void TreeNode::Print(int depth) const in Print() function in OHOS::ArkCompiler::Toolchain::TreeNode 78 child->Print(depth + 1); in Print() 123 void Tree::Print() const in Print() function in OHOS::ArkCompiler::Toolchain::Tree 126 root_->Print(); in Print() 270 variableInfo_.Print(); in ShowVariableInfos() 284 variableInfo_.Print(); in PrintVariableInfo()
|
H A D | variable_manager.h | 49 void Print(int depth = 0) const; 58 void Print() const;
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | native_pointer_test.cpp | 33 HWTEST_F_L0(NativePointerTest, Print) in HWTEST_F_L0() 48 // run cpp methed 'Print' in HWTEST_F_L0()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | visualizer_printer.h | 40 void Print();
|
H A D | visualizer_printer.cpp | 22 void VisualizerPrinter::Print() in Print() function in ark::compiler::VisualizerPrinter
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | value_numbering.cpp | 70 acc_.Print(gate); in VisitGate() 71 acc_.Print(entry); in VisitGate()
|
H A D | loop_peeling.h | 45 void Print() const;
|
H A D | constant_folding.h | 36 void Print() const;
|
H A D | scheduler.h | 45 static void Print(const ControlFlowGraph *cfg, const Circuit *circuit);
|
H A D | loop_peeling.cpp | 162 Print(); in Peel() 205 void LoopPeeling::Print() const in Print() function in panda::ecmascript::kungfu::LoopPeeling
|
H A D | gate.cpp | 34 Print("", true, highlightIdx); in CheckFailed() 328 curGate->Print(); in CheckStateOutput() 665 Print(); in GetIn() 678 Print(); in GetInConst() 791 void Gate::Print(std::string additionOp, bool inListPreview, size_t highlightIdx, std::string_view comment) const in Print() function in panda::ecmascript::kungfu::Gate 1017 Print(additionOp, false, -1, comment); in PrintGateWithAdditionOp()
|
H A D | compiler_log.h | 112 void Print() const;
|
H A D | circuit.cpp | 181 LoadGatePtrConst(gate)->Print(); in PrintAllGates() 449 void Circuit::Print(GateRef gate) const in Print() function in panda::ecmascript::kungfu::Circuit 451 LoadGatePtrConst(gate)->Print(); in Print()
|
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/ |
H A D | runtime_stat.h | 47 void Print() const;
|
H A D | opt_code_profiler.h | 254 void Print(std::string opStr)
in Print() function in panda::ecmascript::TypedOpProfiler
|
H A D | runtime_stat.cpp | 50 void EcmaRuntimeStat::Print() const in Print() function in panda::ecmascript::EcmaRuntimeStat
|
/arkcompiler/runtime_core/libpandabase/os/ |
H A D | stacktrace.cpp | 88 std::ostream &Print(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in Print() function in panda::StackPrinter 318 return StackPrinter::GetInstance().Print(stacktrace, out); in PrintStack()
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
H A D | cleanup_inline_module.cpp | 118 void Print(llvm::raw_ostream *output) in Print() function in __anon161::InlineFailure 394 LLVM_DEBUG(InlineFailure(failurePath, inlineFailureReason).Print(&llvm::dbgs())); in ReportInlineFailure()
|
/arkcompiler/runtime_core/static_core/libpandabase/os/ |
H A D | stacktrace.cpp | 88 std::ostream &Print(const std::vector<uintptr_t> &stacktrace, std::ostream &out) in Print() function in ark::StackPrinter 324 return StackPrinter::GetInstance().Print(stacktrace, out); in PrintStack()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | optimize_common.h | 108 void Print(const std::string &funcName);
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ |
H A D | pass_manager.cpp | 150 VisualizerPrinter(GetGraph(), &strm, passName).Print(); in DumpVisualizerGraph()
|