Searched refs:bytes_to_trim (Results 1 – 1 of 1) sorted by relevance
3171 const int bytes_to_trim = elements_to_trim * element_size; in LeftTrimFixedArray() local3189 Address new_start = old_start + bytes_to_trim; in LeftTrimFixedArray()3203 CreateFillerObjectAt(old_start, bytes_to_trim, ClearRecordedSlots::kYes); in LeftTrimFixedArray()3212 page->AddressToMarkbitIndex(old_start + bytes_to_trim)); in LeftTrimFixedArray()3227 AdjustLiveBytes(new_object, -bytes_to_trim); in LeftTrimFixedArray()3244 int bytes_to_trim; in RightTrimFixedArray() local3247 bytes_to_trim = in RightTrimFixedArray()3252 bytes_to_trim = ByteArray::SizeFor(len) - new_size; in RightTrimFixedArray()3253 DCHECK_GE(bytes_to_trim, 0); in RightTrimFixedArray()3257 bytes_to_trim = elements_to_trim * element_size; in RightTrimFixedArray()[all …]