Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc81 map_space_(NULL), in Heap()
165 map_space_->Capacity() + cell_space_->Capacity() + in Capacity()
175 map_space_->CommittedMemory() + cell_space_->CommittedMemory() + in CommittedMemory()
187 map_space_->CommittedPhysicalMemory() + in CommittedPhysicalMemory()
216 map_space_->Available() + cell_space_->Available() + in Available()
223 code_space_ != NULL && map_space_ != NULL && cell_space_ != NULL && in HasBeenSetUp()
355 map_space_->SizeOfObjects() / KB, map_space_->Available() / KB, in PrintShortHeapStatistics()
356 map_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()
4432 map_space_->ReportStatistics(); in ReportHeapStatistics()
4453 map_space_->Contains(addr) || cell_space_->Contains(addr) || in Contains()
[all …]
Dheap-inl.h213 allocation = map_space_->AllocateRaw(size_in_bytes); in AllocateRaw()
Dheap.h597 MapSpace* map_space() { return map_space_; } in map_space()
1458 MapSpace* map_space_; variable