Lines Matching defs:cache
4133 // If we can't find the function in the cache, we compile a new
4134 // function and insert it into the cache.
4136 SourceCodeCache* cache = isolate->bootstrapper()->extensions_cache();
4140 if (!cache->Lookup(isolate, name, &function_info)) {
4148 cache->Add(isolate, name, function_info);
5868 Handle<NormalizedMapCache> cache = NormalizedMapCache::New(isolate());
5869 native_context()->set_normalized_map_cache(*cache);
5873 Handle<WeakFixedArray> cache = factory()->NewWeakFixedArray(
5877 native_context()->set_map_cache(*cache);
5879 cache->Set(0, HeapObjectReference::Weak(initial));
5880 cache->Set(initial.GetInObjectProperties(),