Home | History | Annotate | Download | only in heap

Lines Matching refs:AdjustLiveBytes

3249 void Heap::AdjustLiveBytes(Address address, int by, InvocationMode mode) {
3301 AdjustLiveBytes(new_start, -bytes_to_trim, Heap::FROM_MUTATOR);
3346 AdjustLiveBytes(object->address(), -bytes_to_trim, mode);