Home
last modified time | relevance | path

Searched refs:MaybeGetNativeModule (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-engine.h95 std::shared_ptr<NativeModule> MaybeGetNativeModule(
279 std::shared_ptr<NativeModule> MaybeGetNativeModule(
Dwasm-engine.cc158 std::shared_ptr<NativeModule> NativeModuleCache::MaybeGetNativeModule( in MaybeGetNativeModule() function in v8::internal::wasm::NativeModuleCache
1076 std::shared_ptr<NativeModule> WasmEngine::MaybeGetNativeModule( in MaybeGetNativeModule() function in v8::internal::wasm::WasmEngine
1079 native_module_cache_.MaybeGetNativeModule(origin, wire_bytes); in MaybeGetNativeModule()
Dwasm-serialization.cc628 auto shared_native_module = wasm_engine->MaybeGetNativeModule( in DeserializeNativeModule()
Dmodule-compiler.cc1617 isolate->wasm_engine()->MaybeGetNativeModule( in CompileToNativeModule()
1827 native_module_ = isolate_->wasm_engine()->MaybeGetNativeModule( in GetOrCreateNativeModule()