Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-interpreter.h96 enum State { STOPPED, RUNNING, PAUSED, FINISHED, TRAPPED }; enumerator
Dwasm-debug.cc212 case WasmInterpreter::State::TRAPPED: { in Execute()
Dwasm-interpreter.cc1143 if (state_ == WasmInterpreter::TRAPPED) return WasmValue(0xDEADBEEF); in GetReturnValue()
1267 state_ = WasmInterpreter::TRAPPED; in DoTrap()