Searched defs:accounting_stats_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dspaces.h1684 intptr_t Capacity() { return accounting_stats_.Capacity(); }
1691 intptr_t MaximumCommittedMemory() { return accounting_stats_.MaxCapacity(); }
1716 accounting_stats_.ClearSizeWaste();
1722 accounting_stats_.DeallocateBytes(bytes);
1735 virtual intptr_t Size() { return accounting_stats_.Size(); }
1744 virtual intptr_t Waste() { return accounting_stats_.Waste(); }
1768 accounting_stats_.DeallocateBytes(size_in_bytes);
1769 accounting_stats_.WasteBytes(wasted);
1793 void Allocate(int bytes) { accounting_stats_.AllocateBytes(bytes); }
1888 AllocationStats accounting_stats_; member in class:v8::internal::PagedSpace
[all...]

Completed in 472 milliseconds