Lines Matching defs:cache_hit
1948 bool cache_hit = !engine->UpdateNativeModuleCache(thrower->error(),
1952 if (cache_hit) {
2312 bool cache_hit = !GetWasmEngine()->UpdateNativeModuleCache(
2314 DCHECK_EQ(cache_hit, native_module != job_->native_module_);
2315 job_->DoSync<CompileFinished>(cache_hit ? std::move(native_module)
2969 bool cache_hit = false;
2975 cache_hit = job_->GetOrCreateNativeModule(std::move(result).value(),
2985 if (!cache_hit) {
2986 cache_hit = !GetWasmEngine()->UpdateNativeModuleCache(
2992 job_->FinishCompile(cache_hit);