Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h788 return zygote_space_ != nullptr; in HasZygoteSpace()
1358 space::ZygoteSpace* zygote_space_; variable
Dheap.cc308 zygote_space_(nullptr), in Heap()
1221 os << "Zygote space size " << PrettySize(zygote_space_->Size()) << "\n"; in DumpGcPerformanceInfo()
2411 zygote_space_ = old_alloc_space->CreateZygoteSpace(kNonMovingSpaceName, low_memory_mode_, in PreZygoteFork()
2420 AddSpace(zygote_space_); in PreZygoteFork()
2428 zygote_space_->SetMarkBitInLiveObjects(); in PreZygoteFork()
2433 new accounting::ModUnionTableCardCache("zygote space mod-union table", this, zygote_space_); in PreZygoteFork()