Searched refs:is_js_to_wasm (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ | ||
D | frames.h | 421 bool is_js_to_wasm() const { return type() == JS_TO_WASM; } in is_js_to_wasm() function |
D | frames.cc | 753 if (!is_js_to_wasm() && !is_wasm()) { in IterateCompiledFrame() |