Searched refs:maybe_cache (Results 1 – 2 of 2) sorted by relevance
2326 Handle<Object> maybe_cache(is_strong ? context->strong_map_cache() in ObjectLiteralMapFromCache() local2328 if (maybe_cache->IsUndefined()) { in ObjectLiteralMapFromCache()2330 maybe_cache = NewFixedArray(kMapCacheSize, TENURED); in ObjectLiteralMapFromCache()2332 context->set_strong_map_cache(*maybe_cache); in ObjectLiteralMapFromCache()2334 context->set_map_cache(*maybe_cache); in ObjectLiteralMapFromCache()2338 Handle<FixedArray> cache = Handle<FixedArray>::cast(maybe_cache); in ObjectLiteralMapFromCache()2348 Handle<FixedArray> cache = Handle<FixedArray>::cast(maybe_cache); in ObjectLiteralMapFromCache()
9197 Handle<Object> maybe_cache(isolate->native_context()->normalized_map_cache(), in Normalize() local9199 bool use_cache = !fast_map->is_prototype_map() && !maybe_cache->IsUndefined(); in Normalize()9201 if (use_cache) cache = Handle<NormalizedMapCache>::cast(maybe_cache); in Normalize()