Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dwasm-compiler.h267 void InitInstanceCache(WasmInstanceCacheNodes* instance_cache);
Dwasm-compiler.cc2777 void WasmGraphBuilder::InitInstanceCache( in InitInstanceCache() function in v8::internal::compiler::WasmGraphBuilder
/external/v8/src/wasm/
Dfunction-body-decoder.cc130 builder_->InitInstanceCache(&ssa_env->instance_cache); in LoadContextIntoSsa()