Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-debug.cc100 int last_step_stack_depth_ = 0; member in v8::internal::wasm::__anonf9bf0af50111::InterpreterHandle
155 last_step_stack_depth_ = CurrentStackDepth(); in PrepareStep()
274 if (stack_depth == last_step_stack_depth_) return thread->Step(); in ContinueExecution()
275 thread->AddBreakFlags(stack_depth > last_step_stack_depth_ in ContinueExecution()
327 hit_step = thread->GetFrameCount() < last_step_stack_depth_; in NotifyDebugEventListeners()
330 hit_step = thread->GetFrameCount() == last_step_stack_depth_; in NotifyDebugEventListeners()