Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
18 #include "src/wasm/wasm-code-manager.h"
166 wasm::WasmCode* code = frame->wasm_code();
167 PrintF(code->is_liftoff() ? "~" : "*");
271 CodeT code = function.code();
272 bool is_js_to_wasm = code.kind() == CodeKind::JS_TO_WASM_FUNCTION ||
273 (code.builtin_id() == Builtin::kGenericJSToWasmWrapper);
466 wasm::WasmCode* code = native_module->GetCode(func_index);
467 return isolate->heap()->ToBoolean(code && code->is_liftoff());
481 wasm::WasmCode* code = native_module->GetCode(func_index);
482 return isolate->heap()->ToBoolean(code && code->is_turbofan());