Home
last modified time | relevance | path

Searched defs:callFrames (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/
Djs_range_error_test.h30 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsRangeErrorTest() local
46 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsRangeErrorTest() local
Djs_throw_exception_test.h30 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsThrowExceptionTest() local
46 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsThrowExceptionTest() local
Djs_syntax_exception_test.h30 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsSyntaxExceptionTest() local
46 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsSyntaxExceptionTest() local
/arkcompiler/toolchain/tooling/client/manager/
Dstack_manager.cpp21 void StackManager::SetCallFrames(std::map<int32_t, std::unique_ptr<CallFrame>> callFrames) in SetCallFrames()
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h141 explicit RestartFrameReturns(std::vector<std::unique_ptr<CallFrame>> callFrames) in RestartFrameReturns()
206 : callFrames_(std::move(callFrames)), in callFrames_()
Dpt_events.h98 Paused &SetCallFrames(std::vector<std::unique_ptr<CallFrame>> callFrames) in SetCallFrames()
293 MixedStack &SetCallFrames(std::vector<std::unique_ptr<CallFrame>> callFrames) in SetCallFrames()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp147 auto callFrames = std::vector<std::unique_ptr<CallFrame>>(); in HWTEST_F_L0() local
197 auto callFrames = std::vector<std::unique_ptr<CallFrame>>(); in HWTEST_F_L0() local
Ddebugger_events_test.cpp112 std::unique_ptr<PtJson> callFrames; in HWTEST_F_L0() local
568 std::unique_ptr<PtJson> callFrames; in HWTEST_F_L0() local
Dpt_returns_test.cpp94 auto callFrames = std::vector<std::unique_ptr<CallFrame>>(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp93 … params.AddProperty("callFrames", [this, thread, &enumerateFrames](JsonArrayBuilder &callFrames) { in CallDebuggerPaused()
542 void InspectorServer::EnumerateCallFrames(JsonArrayBuilder &callFrames, PtThread thread, in EnumerateCallFrames()
552 void InspectorServer::AddCallFrameInfo(JsonArrayBuilder &callFrames, const CallFrameInfo &callFrame… in AddCallFrameInfo()
/arkcompiler/toolchain/tooling/client/domain/
Ddebugger_client.cpp379 std::unique_ptr<PtJson> callFrames; in PausedReply() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp259 std::vector<std::unique_ptr<CallFrame>> callFrames; in NotifyPaused() local
315 std::vector<std::unique_ptr<CallFrame>> callFrames; in NotifyNativeCalling() local
339 std::vector<std::unique_ptr<CallFrame>> callFrames; in NotifyReturnNative() local
1348 bool DebuggerImpl::GenerateCallFrames(std::vector<std::unique_ptr<CallFrame>> *callFrames, bool get… in GenerateCallFrames()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp199 std::vector<testing::Matcher<JsonObject::JsonObjPointer>> callFrames; in TEST_F() local
210 std::vector<testing::Matcher<JsonObject::JsonObjPointer>> callFrames; in TEST_F() local