Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.h101 AfterReturn = 1 << 0, enumerator
Dwasm-debug.cc270 thread->AddBreakFlags(WasmInterpreter::BreakFlag::AfterReturn); in ContinueExecution()
276 ? WasmInterpreter::BreakFlag::AfterReturn in ContinueExecution()
Dwasm-interpreter.cc2224 PAUSE_IF_BREAK_FLAG(AfterReturn); in Execute()
2601 PAUSE_IF_BREAK_FLAG(AfterReturn); in Execute()