Home
last modified time | relevance | path

Searched refs:code_space_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/heap/
Dheap.cc100 code_space_(NULL), in Heap()
196 code_space_->Capacity() + map_space_->Capacity(); in Capacity()
203 return old_space_->CommittedMemory() + code_space_->CommittedMemory() + in CommittedOldGenerationMemory()
220 code_space_->CommittedPhysicalMemory() + in CommittedPhysicalMemory()
256 return old_space_ != NULL && code_space_ != NULL && map_space_ != NULL && in HasBeenSetUp()
364 code_space_->SizeOfObjects() / KB, code_space_->Available() / KB, in PrintShortHeapStatistics()
365 code_space_->CommittedMemory() / KB); in PrintShortHeapStatistics()
3322 if (!code_space_->FirstPage()->Contains(address) && in AllocateCode()
4319 code_space_->CollectCodeStatistics(); in ReportCodeStatistics()
4347 code_space_->ReportStatistics(); in ReportHeapStatistics()
[all …]
Dspaces.h3007 code_space_(heap, CODE_SPACE, Executability::EXECUTABLE), in CompactionSpaceCollection()
3016 return &code_space_; in Get()
3034 CompactionSpace code_space_; variable
Dheap-inl.h232 allocation = code_space_->AllocateRawUnaligned(size_in_bytes); in AllocateRaw()
Dheap.h1082 OldSpace* code_space() { return code_space_; } in code_space()
2208 OldSpace* code_space_; variable