Home
last modified time | relevance | path

Searched refs:InitInstanceCache (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h426 void InitInstanceCache(WasmInstanceCacheNodes* instance_cache);
Dwasm-compiler.cc3513 void WasmGraphBuilder::InitInstanceCache( in InitInstanceCache() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/
Dgraph-builder-interface.cc177 if (ssa_env) builder_->InitInstanceCache(&ssa_env->instance_cache); in LoadContextIntoSsa()