Lines Matching defs:cache
33 #include "src/wasm/wasm-import-wrapper-cache.h"
1655 // Ensure that all keys exist in the cache, so that we can populate the
1656 // cache later without locking.
1912 // cache key. When we eventually install the module in the cache, the wire
2186 // Measure duration of baseline compilation or deserialization from cache.
2308 // Install the native module in the cache, or reuse a conflicting one.
2592 // Streaming compilation already checked for cache hits.
2716 // Clean up the temporary cache entry.
2834 // Known prefix, wait until the end of the stream and check the cache.
2897 // Don't compile yet if we might have a cache hit.
2947 // {PrepareAndStartCompile} will get the native module from the cache.
3694 // For import wrapper compilation units, add result to the cache.
3696 WasmImportWrapperCache* cache = native_module_->import_wrapper_cache();
3710 DCHECK_NULL((*cache)[key]);
3711 (*cache)[key] = code.get();