Searched refs:maybe_cache (Results 1 – 2 of 2) sorted by relevance
2322 Handle<Object> maybe_cache(context->map_cache(), isolate()); in ObjectLiteralMapFromCache() local2323 if (maybe_cache->IsUndefined(isolate())) { in ObjectLiteralMapFromCache()2325 maybe_cache = NewFixedArray(kMapCacheSize, TENURED); in ObjectLiteralMapFromCache()2326 context->set_map_cache(*maybe_cache); in ObjectLiteralMapFromCache()2329 Handle<FixedArray> cache = Handle<FixedArray>::cast(maybe_cache); in ObjectLiteralMapFromCache()2339 Handle<FixedArray> cache = Handle<FixedArray>::cast(maybe_cache); in ObjectLiteralMapFromCache()
8604 Handle<Object> maybe_cache(isolate->native_context()->normalized_map_cache(), in Normalize() local8607 !fast_map->is_prototype_map() && !maybe_cache->IsUndefined(isolate); in Normalize()8609 if (use_cache) cache = Handle<NormalizedMapCache>::cast(maybe_cache); in Normalize()