Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:cache

1856   // Load the map of the receiver, compute the keyed lookup cache hash
2148 // Load the number string cache.
2152 // Make the hash mask from the length of the number string cache. It
2153 // contains two elements (number and string) for each cache entry.
2249 // Check for cache hit.
2256 // Load the value in case of cache hit.
2264 // Cache miss, fallback to runtime.
5490 HForInCacheArray* cache = Add<HForInCacheArray>(
5494 Push(cache);
5567 // The enum cache for enumerable is still valid, no need to check key.
9001 HForInCacheArray* cache = HForInCacheArray::cast(elements->OperandAt(0));
9004 if (cache->enumerable() != receiver->OperandAt(0)) return false;
9006 Add<HCheckMapValue>(receiver, cache->map());