Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.h2852 void AdjustLiveBytes(int by) { objects_size_ += by; } in AdjustLiveBytes() function
Dheap.cc3148 void Heap::AdjustLiveBytes(HeapObject* object, int by) { in AdjustLiveBytes() function in v8::internal::Heap