Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.h174 void FinishCompile(bool is_after_cache_hit);
Dmodule-compiler.cc2174 void AsyncCompileJob::FinishCompile(bool is_after_cache_hit) { in FinishCompile() argument
2193 if (is_after_cache_hit || is_after_deserialization) { in FinishCompile()
2197 is_after_cache_hit, // cached in FinishCompile()
2233 if (is_after_cache_hit) { in FinishCompile()