Home
last modified time | relevance | path

Searched refs:Print (Results 1 - 25 of 44) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
H A Dllvm_stackmap_type.h56 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 Dllvm_stackmap_parser.h38 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 Dpgo_trace.h88 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 Dintrinsics.cpp154 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 Dvariable_manager.cpp39 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 Dvariable_manager.h49 void Print(int depth = 0) const;
58 void Print() const;
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dnative_pointer_test.cpp33 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 Dvisualizer_printer.h40 void Print();
H A Dvisualizer_printer.cpp22 void VisualizerPrinter::Print() in Print() function in ark::compiler::VisualizerPrinter
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dvalue_numbering.cpp70 acc_.Print(gate); in VisitGate()
71 acc_.Print(entry); in VisitGate()
H A Dloop_peeling.h45 void Print() const;
H A Dconstant_folding.h36 void Print() const;
H A Dscheduler.h45 static void Print(const ControlFlowGraph *cfg, const Circuit *circuit);
H A Dloop_peeling.cpp162 Print(); in Peel()
205 void LoopPeeling::Print() const in Print() function in panda::ecmascript::kungfu::LoopPeeling
H A Dgate.cpp34 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 Dcompiler_log.h112 void Print() const;
H A Dcircuit.cpp181 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 Druntime_stat.h47 void Print() const;
H A Dopt_code_profiler.h254 void Print(std::string opStr) in Print() function in panda::ecmascript::TypedOpProfiler
H A Druntime_stat.cpp50 void EcmaRuntimeStat::Print() const in Print() function in panda::ecmascript::EcmaRuntimeStat
/arkcompiler/runtime_core/libpandabase/os/
H A Dstacktrace.cpp88 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 Dcleanup_inline_module.cpp118 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 Dstacktrace.cpp88 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 Doptimize_common.h108 void Print(const std::string &funcName);
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager.cpp150 VisualizerPrinter(GetGraph(), &strm, passName).Print(); in DumpVisualizerGraph()

Completed in 13 milliseconds

12