Searched refs:fast_cache (Results 1 – 1 of 1) sorted by relevance
298 FixedArray fast_cache = in ProbeInstantiationsCache() local300 Handle<Object> object{fast_cache.get(serial_number), isolate}; in ProbeInstantiationsCache()329 Handle<FixedArray> fast_cache = in CacheTemplateInstantiation() local332 FixedArray::SetAndGrow(isolate, fast_cache, serial_number, object); in CacheTemplateInstantiation()333 if (*new_cache != *fast_cache) { in CacheTemplateInstantiation()362 FixedArray fast_cache = in UncacheTemplateInstantiation() local364 DCHECK(!fast_cache.get(serial_number).IsUndefined(isolate)); in UncacheTemplateInstantiation()365 fast_cache.set_undefined(serial_number); in UncacheTemplateInstantiation()