Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc286 Handle<FixedArray> fast_cache = in ProbeInstantiationsCache() local
288 return fast_cache->GetValue<JSObject>(isolate, serial_number - 1); in ProbeInstantiationsCache()
309 Handle<FixedArray> fast_cache = in CacheTemplateInstantiation() local
312 FixedArray::SetAndGrow(isolate, fast_cache, serial_number - 1, object); in CacheTemplateInstantiation()
313 if (*new_cache != *fast_cache) { in CacheTemplateInstantiation()
335 Handle<FixedArray> fast_cache = in UncacheTemplateInstantiation() local
337 DCHECK(!fast_cache->get(serial_number - 1)->IsUndefined(isolate)); in UncacheTemplateInstantiation()
338 fast_cache->set_undefined(serial_number - 1); in UncacheTemplateInstantiation()