Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-wasm.cc34 if (it.frame()->is_wasm_compiled()) { in GetWasmInstanceOnStackTop()
/external/v8/src/
Dframes.h203 bool is_wasm_compiled() const { return type() == WASM_COMPILED; } in is_wasm_compiled() function
989 DCHECK(frame->is_wasm_compiled()); in cast()
/external/v8/src/debug/
Ddebug.cc977 if (frame->is_wasm_compiled()) return; in PrepareStep()