Home
last modified time | relevance | path

Searched refs:GetStackDepth (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Djs_single_stepper.cpp23 uint32_t SingleStepper::GetStackDepth() const in GetStackDepth() function in panda::ecmascript::tooling::SingleStepper
25 return DebuggerApi::GetStackDepth(ecmaVm_); in GetStackDepth()
41 uint32_t stackDepth = GetStackDepth(); in StepComplete()
Djs_single_stepper.h35 stackDepth_(GetStackDepth()), in SingleStepper()
53 uint32_t GetStackDepth() const;
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.h55 static uint32_t GetStackDepth(const EcmaVM *ecmaVm);
Ddebugger_api.cpp73 uint32_t DebuggerApi::GetStackDepth(const EcmaVM *ecmaVm) in GetStackDepth() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp994 uint32_t stackDepth = DebuggerApi::GetStackDepth(vm_); in DropFrame()
1372 if (singleStepper_ != nullptr && DebuggerApi::GetStackDepth(vm_) == 0) { in ClearSingleStepper()