Lines Matching refs:GetWasmEngine
1177 WasmEngine* engine = GetWasmEngine();
1451 wasm::GetWasmEngine()->StartWrapperCompilation(isolate);
1873 engine_barrier_(GetWasmEngine()->GetBarrierForBackgroundCompile()),
1908 WasmEngine* engine = GetWasmEngine();
2041 GetWasmEngine()->RemoveCompileJob(this);
2142 native_module_ = GetWasmEngine()->NewNativeModule(
2150 native_module_ = GetWasmEngine()->MaybeGetNativeModule(
2165 GetWasmEngine()->GetOrCreateScript(isolate_, native_module_, source_url);
2263 GetWasmEngine()->RemoveCompileJob(this);
2277 GetWasmEngine()->RemoveCompileJob(this);
2312 bool cache_hit = !GetWasmEngine()->UpdateNativeModuleCache(
2335 GetWasmEngine()->UpdateNativeModuleCache(true, &native_module,
2503 DecodingMethod::kAsync, GetWasmEngine()->allocator());
2511 auto allocator = GetWasmEngine()->allocator();
2660 GetWasmEngine()->SampleTopTierCodeSizeInAllIsolates(native_module);
2702 GetWasmEngine()->RemoveCompileJob(this);
2717 GetWasmEngine()->StreamingCompilationFailed(prefix_hash_);
2762 job_->context_id(), GetWasmEngine()->allocator());
2833 if (!GetWasmEngine()->GetStreamingCompilationOwnership(prefix_hash_)) {
2986 cache_hit = !GetWasmEngine()->UpdateNativeModuleCache(
3725 GetWasmEngine()->LogCode(base::VectorOf(published_code));