Lines Matching defs:cache
15 #include "src/compilation-cache.h"
622 // performance issue, use a cache data structure in heap instead.
1216 // so the cache can be undefined.
1217 Object* cache =
1219 if (!cache->IsUndefined(isolate())) {
1220 NormalizedMapCache::cast(cache)->Clear();
1455 // At any old GC clear the keyed lookup cache to enable collection of unused
2600 // stub cache for these stubs.
2765 // Allocate cache for single character one byte strings.
2769 // Allocate cache for string split and regexp-multiple.
2775 // Allocate cache for external strings pointing to native source code.
2906 // Initialize keyed lookup cache.
2909 // Initialize context slot cache.
2912 // Initialize descriptor cache.
2915 // Initialize compilation cache.
2961 // Compute the size of the number string cache based on the max newspace size.
2962 // The number string cache has a minimum size based on twice the initial cache
2974 // Flush the number to string cache.
4856 // Iterate over the partial snapshot cache unless serializing.
6188 // This cache is cleared only between mark compact passes, so we expect the
6189 // cache to only contain old space names.