Searched refs:native_module_cache_ (Results 1 – 2 of 2) sorted by relevance
461 DCHECK(native_module_cache_.empty()); in ~WasmEngine()1202 native_module_cache_.MaybeGetNativeModule(origin, wire_bytes); in MaybeGetNativeModule()1230 *native_module = native_module_cache_.Update(*native_module, error); in UpdateNativeModuleCache()1253 if (native_module_cache_.GetStreamingCompilationOwnership(prefix_hash)) { in GetStreamingCompilationOwnership()1264 native_module_cache_.StreamingCompilationFailed(prefix_hash); in StreamingCompilationFailed()1314 native_module_cache_.Erase(native_module); in FreeNativeModule()
433 NativeModuleCache native_module_cache_; variable