Home | History | Annotate | Download | only in src

Lines Matching defs:cache

1290     // Cache the array maps, needed by ArrayConstructorStub
2280 // If we can't find the function in the cache, we compile a new
2281 // function and insert it into the cache.
2283 SourceCodeCache* cache = isolate->bootstrapper()->extensions_cache();
2287 if (!cache->Lookup(name, &function_info)) {
2295 cache->Add(name, function_info);
3399 Handle<NormalizedMapCache> cache = NormalizedMapCache::New(isolate());
3400 native_context()->set_normalized_map_cache(*cache);