Lines Matching full:to_trim
2709 int to_trim = number_of_descriptors - number_of_own_descriptors;
2710 if (to_trim > 0) {
2712 to_trim * DescriptorArray::kEntrySize);
2741 int to_trim = enum_cache->length() - live_enum;
2742 if (to_trim <= 0) return;
2743 heap_->RightTrimFixedArray(descriptors->GetEnumCache(), to_trim);
2747 heap_->RightTrimFixedArray(enum_indices_cache, to_trim);