Searched refs:live_enum (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc2672 int live_enum = map->EnumLength(); local
2673 if (live_enum == kInvalidEnumCacheSentinel) {
2674 live_enum = map->NumberOfDescribedProperties(OWN_DESCRIPTORS, DONT_ENUM);
2676 if (live_enum == 0) return descriptors->ClearEnumCache();
2680 int to_trim = enum_cache->length() - live_enum;

Completed in 63 milliseconds