Home
last modified time | relevance | path

Searched refs:SetCallFrame (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp257 node->SetCallFrame(std::move(runtime)); in HWTEST_F_L0()
Dpt_types_test.cpp690 node.SetCallFrame(std::move(callFrame)); in HWTEST_F_L0()
695 node1.SetCallFrame(std::move(callFrame1)); in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_types.h1838 SamplingHeapProfileNode &SetCallFrame(std::unique_ptr<RuntimeCallFrame> callFrame) in SetCallFrame() function
1996 ProfileNode &SetCallFrame(std::unique_ptr<RuntimeCallFrame> callFrame) in SetCallFrame() function
Dpt_types.cpp2293 node->SetCallFrame(std::move(callFrame)); in TransferHead()
2437 profileNode->SetCallFrame(RuntimeCallFrame::FromFrameInfo(cpuProfileNode.codeEntry)); in FromCpuProfileNode()