Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1114 AccountCommitted(other->CommittedMemory()); in AllocateChunk()
1194 AccountCommitted(static_cast<intptr_t>(p->size())); in AllocateChunk()
1811 AccountCommitted(total_capacity_); in AllocateChunk()
1873 AccountCommitted(static_cast<intptr_t>(delta)); in AllocateChunk()
3112 AccountCommitted(static_cast<intptr_t>(page->size())); in AllocateChunk()
Dspaces.h1016 void AccountCommitted(intptr_t bytes) { in AccountCommitted() function