Searched refs:maybe_cache (Results 1 – 2 of 2) sorted by relevance
2619 Handle<Object> maybe_cache(context->map_cache(), isolate()); in ObjectLiteralMapFromCache() local2620 if (maybe_cache->IsUndefined(isolate())) { in ObjectLiteralMapFromCache()2622 maybe_cache = NewFixedArray(kMapCacheSize, TENURED); in ObjectLiteralMapFromCache()2623 context->set_map_cache(*maybe_cache); in ObjectLiteralMapFromCache()2626 Handle<FixedArray> cache = Handle<FixedArray>::cast(maybe_cache); in ObjectLiteralMapFromCache()2636 Handle<FixedArray> cache = Handle<FixedArray>::cast(maybe_cache); in ObjectLiteralMapFromCache()
8516 Handle<Object> maybe_cache(isolate->native_context()->normalized_map_cache(), in Normalize() local8519 !fast_map->is_prototype_map() && !maybe_cache->IsUndefined(isolate); in Normalize()8521 if (use_cache) cache = Handle<NormalizedMapCache>::cast(maybe_cache); in Normalize()