Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc195 uint32_t new_cache_idx = sig_map_.FindOrInsert(func->sig); in CloneOrCompileJSToWasmWrapper() local
196 DCHECK_EQ(code_cache_.size(), new_cache_idx); in CloneOrCompileJSToWasmWrapper()
197 USE(new_cache_idx); in CloneOrCompileJSToWasmWrapper()