Home
last modified time | relevance | path

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

/external/v8/src/
Dapi-natives.cc292 Handle<SimpleNumberDictionary> slow_cache = in ProbeInstantiationsCache() local
294 int entry = slow_cache->FindEntry(isolate, serial_number); in ProbeInstantiationsCache()
298 return handle(JSObject::cast(slow_cache->ValueAt(entry)), isolate); in ProbeInstantiationsCache()