Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/dynamic/client/manager/
Dstack_manager.cpp21 for (auto &callFrame : callFrames) { in SetCallFrames() local
29 for (const auto &callFrame : callFrames_) { in ShowCallFrames() local
/arkcompiler/toolchain/tooling/dynamic/test/testcases/
Djs_asyn_stack_test.h144 std::unique_ptr<PtJson> callFrame = nullptr; in RecvAsyncMessageInfo() local
218 std::unique_ptr<PtJson> callFrame = nullptr; in RecvMultipleAsyncMessageInfo() local
/arkcompiler/toolchain/tooling/dynamic/test/
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
Dpt_types_test.cpp261 CallFrame callFrame; in HWTEST_F_L0() local
637 std::unique_ptr<PtJson> callFrame = PtJson::CreateObject(); in HWTEST_F_L0() local
703 std::unique_ptr<RuntimeCallFrame> callFrame = std::make_unique<RuntimeCallFrame>(); in HWTEST_F_L0() local
879 RuntimeCallFrame *callFrame = nodeInfo->GetCallFrame(); in HWTEST_F_L0() local
914 RuntimeCallFrame *callFrame = headInfo->GetCallFrame(); 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/dynamic/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/toolchain/tooling/dynamic/agent/
Ddebugger_impl.cpp1964 std::unique_ptr<CallFrame> callFrame = std::make_unique<CallFrame>(); in GenerateCallFrames() local
2072 bool DebuggerImpl::GenerateCallFrame(CallFrame *callFrame, const FrameHandler *frameHandler, in GenerateCallFrame()
/arkcompiler/toolchain/tooling/static/
Dinspector_server.cpp1027 callFrames.Add([&](JsonObjectBuilder &callFrame) { in AddCallFrameInfo()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp1027 callFrames.Add([&](JsonObjectBuilder &callFrame) { in AddCallFrameInfo()