Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h796 return zygote_space_ != nullptr; in HasZygoteSpace()
1318 space::ZygoteSpace* zygote_space_; variable
Dheap.cc271 zygote_space_(nullptr), in Heap()
1174 os << "Zygote space size " << PrettySize(zygote_space_->Size()) << "\n"; in DumpGcPerformanceInfo()
2414 zygote_space_ = old_alloc_space->CreateZygoteSpace(kNonMovingSpaceName, low_memory_mode_, in PreZygoteFork()
2423 AddSpace(zygote_space_); in PreZygoteFork()
2431 zygote_space_->SetMarkBitInLiveObjects(); in PreZygoteFork()
2436 new accounting::ModUnionTableCardCache("zygote space mod-union table", this, zygote_space_); in PreZygoteFork()