Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.cc452 StepAction lastStepAction = last_step_action(); in Break()
472 StepAction step_action = last_step_action(); in Break()
520 StepAction lastStepAction = last_step_action(); in Break()
930 CHECK(last_step_action() >= StepIn || break_on_next_function_call()); in PrepareStepIn()
956 if (last_step_action() == StepNone) return; in PrepareStepOnThrow()
984 if (last_step_action() == StepIn) { in PrepareStepOnThrow()
1012 if ((last_step_action() == StepNext || last_step_action() == StepOut) && in PrepareStepOnThrow()
1071 if (last_step_action() == StepOut) { in PrepareStep()
1128 if (last_step_action() == StepIn) { in PrepareStep()
2123 StepAction lastStepAction = last_step_action(); in HandleDebugBreak()
Ddebug.h380 StepAction last_step_action() { return thread_local_.last_step_action_; } in last_step_action() function
/external/v8/src/runtime/
Druntime-wasm.cc521 StepAction stepAction = isolate->debug()->last_step_action(); in RUNTIME_FUNCTION()
534 StepAction stepAction = isolate->debug()->last_step_action(); in RUNTIME_FUNCTION()
Druntime-debug.cc638 if (isolate->debug()->last_step_action() >= StepIn || in RUNTIME_FUNCTION()
/external/v8/src/wasm/
Dwasm-debug.cc504 StepAction step_action = isolate->debug()->last_step_action(); in PrepareStep()
533 if (isolate->debug()->last_step_action() == StepIn) return true; in IsStepping()