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

/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc2658 int to_trim = number_of_descriptors - number_of_own_descriptors; local
2659 if (to_trim == 0) return;
2662 descriptors, to_trim * DescriptorArray::kDescriptorSize);
2680 int to_trim = enum_cache->length() - live_enum; local
2681 if (to_trim <= 0) return;
2683 to_trim);
2687 heap_->RightTrimFixedArray<Heap::FROM_GC>(enum_indices_cache, to_trim);

Completed in 63 milliseconds