Home
last modified time | relevance | path

Searched refs:AccountCommitted (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1286 AccountCommitted(other->CommittedMemory()); in AllocateChunk()
1344 AccountCommitted(p->size()); in AllocateChunk()
1939 AccountCommitted(current_capacity_); in AllocateChunk()
1998 AccountCommitted(delta); in AllocateChunk()
2995 AccountCommitted(page->size()); in AllocateChunk()
Dspaces-inl.h216 old_space->AccountCommitted(old_page->size()); in ConvertNewToOld()
Dspaces.h899 void AccountCommitted(size_t bytes) { in AccountCommitted() function