Home
last modified time | relevance | path

Searched defs:callFrame (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/toolchain/tooling/client/manager/
Dstack_manager.cpp21 for (auto &callFrame : callFrames) { in SetCallFrames() local
29 for (const auto &callFrame : callFrames_) { in ShowCallFrames() local
/arkcompiler/toolchain/tooling/test/
Dpt_types_test.cpp257 CallFrame callFrame; in HWTEST_F_L0() local
633 std::unique_ptr<PtJson> callFrame = PtJson::CreateObject(); in HWTEST_F_L0() local
699 std::unique_ptr<RuntimeCallFrame> callFrame = std::make_unique<RuntimeCallFrame>(); in HWTEST_F_L0() local
875 RuntimeCallFrame *callFrame = nodeInfo->GetCallFrame(); in HWTEST_F_L0() local
910 RuntimeCallFrame *callFrame = headInfo->GetCallFrame(); in HWTEST_F_L0() local
Ddebugger_returns_test.cpp149 std::unique_ptr<CallFrame> callFrame = std::make_unique<CallFrame>(); in HWTEST_F_L0() local
199 std::unique_ptr<CallFrame> callFrame = std::make_unique<CallFrame>(); in HWTEST_F_L0() local
Ddebugger_events_test.cpp91 std::unique_ptr<CallFrame> callFrame = std::make_unique<CallFrame>(); in HWTEST_F_L0() local
543 std::unique_ptr<CallFrame> callFrame = std::make_unique<CallFrame>(); in HWTEST_F_L0() local
Dpt_returns_test.cpp95 std::unique_ptr<CallFrame> callFrame = std::make_unique<CallFrame>(); in HWTEST_F_L0() local
Ddebugger_types_test.cpp1360 std::unique_ptr<CallFrame> callFrame; in HWTEST_F_L0() local
1600 std::unique_ptr<CallFrame> callFrame; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_types.cpp1959 auto callFrame = std::make_unique<CallFrame>(); in Create() local
2241 std::unique_ptr<PtJson> callFrame; in Create() local
2399 std::unique_ptr<RuntimeCallFrame> callFrame = std::make_unique<RuntimeCallFrame>(); in TransferHead() local
2469 std::unique_ptr<PtJson> callFrame; in Create() local
Dpt_types.h1910 SamplingHeapProfileNode &SetCallFrame(std::unique_ptr<RuntimeCallFrame> callFrame) in SetCallFrame()
2068 ProfileNode &SetCallFrame(std::unique_ptr<RuntimeCallFrame> callFrame) in SetCallFrame()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp592 callFrames.Add([&](JsonObjectBuilder &callFrame) { in AddCallFrameInfo()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1790 std::unique_ptr<CallFrame> callFrame = std::make_unique<CallFrame>(); in GenerateCallFrames() local
1812 bool DebuggerImpl::GenerateCallFrame(CallFrame *callFrame, const FrameHandler *frameHandler, in GenerateCallFrame()