Home
last modified time | relevance | path

Searched refs:ModificationScope (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-import-wrapper-cache.h60 class V8_NODISCARD ModificationScope {
62 explicit ModificationScope(WasmImportWrapperCache* cache) in ModificationScope() function
Dwasm-import-wrapper-cache.cc16 WasmCode*& WasmImportWrapperCache::ModificationScope::operator[]( in operator []()
Dmodule-compiler.h74 WasmImportWrapperCache::ModificationScope* cache_scope);
Dmodule-instantiate.cc54 WasmImportWrapperCache::ModificationScope* cache_scope) in CompileImportWrapperJob()
84 WasmImportWrapperCache::ModificationScope* const cache_scope_;
1150 WasmImportWrapperCache::ModificationScope cache_scope(cache); in ProcessImportedFunction()
1573 WasmImportWrapperCache::ModificationScope cache_scope( in CompileImportWrappers()
Dwasm-objects.cc591 wasm::WasmImportWrapperCache::ModificationScope cache_scope(cache); in UpdateDispatchTables()
Dmodule-compiler.cc3948 WasmImportWrapperCache::ModificationScope* cache_scope) { in CompileImportWrapper()