Lines Matching defs:code
2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/codegen/code-factory.h"
21 #include "src/wasm/code-space-access.h"
27 #include "src/wasm/wasm-code-manager.h"
291 // Tables are stored in the instance object, no code patching is
1463 // TODO(wasm): Cache and reuse wrapper code, to avoid repeated compilation
1882 CodeT code = js_function.code();
1883 if (CodeKind::JS_TO_WASM_FUNCTION != code.kind() &&
1884 code.builtin_id() != Builtin::kGenericJSToWasmWrapper &&
1885 code.builtin_id() != Builtin::kWasmReturnPromiseOnSuspend) {
1897 // if (js_function->code()->kind() != CodeKind::WASM_TO_CAPI_FUNCTION) {
1910 // from Wasm code.