Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1254 AccountCommitted(other->CommittedMemory()); in AllocateChunk()
1331 AccountCommitted(p->size()); in AllocateChunk()
1928 AccountCommitted(current_capacity_); in AllocateChunk()
1987 AccountCommitted(delta); in AllocateChunk()
2988 AccountCommitted(page->size()); in AllocateChunk()
Dspaces-inl.h211 old_space->AccountCommitted(old_page->size()); in ConvertNewToOld()
Dspaces.h894 void AccountCommitted(size_t bytes) { in AccountCommitted() function