Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc177 Handle<Code> code = isolate->factory()->CopyCode(code_cache_[cached_idx]); in CloneOrCompileJSToWasmWrapper()
196 DCHECK_EQ(code_cache_.size(), new_cache_idx); in CloneOrCompileJSToWasmWrapper()
198 code_cache_.push_back(code); in CloneOrCompileJSToWasmWrapper()
205 std::vector<Handle<Code>> code_cache_; member in __anonda50ac2a0111::JSToWasmWrapperCache