Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-instantiate.cc1143 WasmImportWrapperCache* cache = native_module->import_wrapper_cache(); in ProcessImportedFunction()
1199 WasmCode* wasm_code = native_module->import_wrapper_cache()->Get( in ProcessImportedFunction()
1574 native_module->import_wrapper_cache()); in CompileImportWrappers()
Dwasm-code-manager.h795 WasmImportWrapperCache* import_wrapper_cache() const { in import_wrapper_cache() function
Dmodule-compiler.cc1657 (*native_module->import_wrapper_cache())[key] = nullptr; in AddImportWrapperUnits()
3696 WasmImportWrapperCache* cache = native_module_->import_wrapper_cache(); in PublishCompilationResults()
Dwasm-objects.cc585 wasm::WasmImportWrapperCache* cache = native_module->import_wrapper_cache(); in UpdateDispatchTables()