Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h507 bool is_wasm_compiled() const { return type() == WASM_COMPILED; } in is_wasm_compiled() function
1306 DCHECK(frame->is_wasm_compiled()); in cast()
/external/v8/src/debug/
Ddebug.cc982 if (frame->is_wasm_compiled()) return; in PrepareStep()