Lines Matching refs:CommittedPhysicalMemory
68 DecrementCommittedPhysicalMemory(current_page->CommittedPhysicalMemory());
88 IncrementCommittedPhysicalMemory(current_page->CommittedPhysicalMemory());
136 IncrementCommittedPhysicalMemory(new_page->CommittedPhysicalMemory());
153 DecrementCommittedPhysicalMemory(chunk->CommittedPhysicalMemory());
163 DCHECK_EQ(CommittedPhysicalMemory(), 0);
170 size_t SemiSpace::CommittedPhysicalMemory() const {
198 IncrementCommittedPhysicalMemory(new_page->CommittedPhysicalMemory());
213 DecrementCommittedPhysicalMemory(last->CommittedPhysicalMemory());
269 DecrementCommittedPhysicalMemory(page->CommittedPhysicalMemory());
282 IncrementCommittedPhysicalMemory(page->CommittedPhysicalMemory());
398 computed_committed_physical_memory += page->CommittedPhysicalMemory();
405 CHECK_EQ(computed_committed_physical_memory, CommittedPhysicalMemory());
448 size_t NewSpace::CommittedPhysicalMemory() const {
451 size_t size = to_space_.CommittedPhysicalMemory();
453 size += from_space_.CommittedPhysicalMemory();