Searched refs:GetEnumCache (Results 1 – 6 of 6) sorted by relevance
174 cache_array = handle(descriptors->GetEnumCache(), isolate); in RUNTIME_FUNCTION()
2380 FixedArray* enum_cache = descriptors->GetEnumCache(); in TrimEnumCache()2385 descriptors->GetEnumCache(), to_trim); in TrimEnumCache()
1629 receiver->map()->instance_descriptors()->GetEnumCache()); in BUILTIN()
2680 FixedArray* DescriptorArray::GetEnumCache() { in GetEnumCache() function
2851 inline FixedArray* GetEnumCache();
8480 Handle<FixedArray> keys(descs->GetEnumCache(), isolate); in GetFastEnumPropertyKeys()