Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/test/testcases/
Djs_exception_test.h30 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsExceptionTest() local
46 std::vector<std::unique_ptr<CallFrame>> callFrames; in JsExceptionTest() local
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_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
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
/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.h97 Paused &SetCallFrames(std::vector<std::unique_ptr<CallFrame>> callFrames) in SetCallFrames()
264 NativeCalling &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
Dpt_returns_test.cpp94 auto callFrames = std::vector<std::unique_ptr<CallFrame>>(); in HWTEST_F_L0() local
Ddebugger_events_test.cpp101 std::unique_ptr<PtJson> callFrames; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp227 std::vector<std::unique_ptr<CallFrame>> callFrames; in NotifyPaused() local
258 std::vector<std::unique_ptr<CallFrame>> callFrames; in NotifyNativeCalling() local
1060 bool DebuggerImpl::GenerateCallFrames(std::vector<std::unique_ptr<CallFrame>> *callFrames) in GenerateCallFrames()