Searched refs:increment_bytes (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dspaces.cc2212 isolate->heap_histograms()[type].increment_bytes(obj->Size());
2332 allocated_histogram_[type].increment_bytes(obj->Size());
2340 promoted_histogram_[type].increment_bytes(obj->Size());
H A Dheap.h504 void increment_bytes(int size) { bytes_ += size; } function in class:v8::internal::GarbageCollectionReason::BASE_EMBEDDED

Completed in 119 milliseconds