Searched defs:AdjustLiveBytes (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dspaces.h2852 void AdjustLiveBytes(int by) { objects_size_ += by; } function in class:v8::internal::LargeObjectSpace
H A Dheap.cc3148 void Heap::AdjustLiveBytes(HeapObject* object, int by) { function in class:v8::internal::Heap
3154 lo_space()->AdjustLiveBytes(by);
3227 AdjustLiveBytes(new_object, -bytes_to_trim);
3302 AdjustLiveBytes(object, -bytes_to_trim);

Completed in 112 milliseconds