Lines Matching refs:wasm_code
1146 WasmCode* wasm_code =
1148 if (wasm_code == nullptr) {
1151 wasm_code =
1155 cache_scope[key] = wasm_code;
1156 wasm_code->IncRef();
1158 wasm_code->instructions().length());
1160 wasm_code->reloc_info().length());
1166 entry.SetWasmToJs(isolate_, js_receiver, wasm_code,
1176 WasmCode* wasm_code = compiler::CompileWasmJSFastCallWrapper(
1179 entry.SetWasmToJs(isolate_, js_receiver, wasm_code,
1199 WasmCode* wasm_code = native_module->import_wrapper_cache()->Get(
1201 DCHECK_NOT_NULL(wasm_code);
1203 if (wasm_code->kind() == WasmCode::kWasmToJsWrapper) {
1205 entry.SetWasmToJs(isolate_, js_receiver, wasm_code, resolved.suspender);
1210 entry.SetWasmToWasm(*instance, wasm_code->instruction_start());