Searched refs:HasZygoteSpace (Results 1 – 4 of 4) sorted by relevance
821 bool HasZygoteSpace() const { in HasZygoteSpace() function1300 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()
948 can_move_objects = !HasZygoteSpace(); in CreateMainMallocSpace()1300 if (HasZygoteSpace()) { in DumpGcPerformanceInfo()2482 if (!HasZygoteSpace()) { in PreZygoteFork()2495 if (HasZygoteSpace()) { in PreZygoteFork()2595 CHECK(HasZygoteSpace()) << "Failed creating zygote space"; in PreZygoteFork()2765 if (!HasZygoteSpace()) { in CollectGarbageInternal()
846 if (!heap_->HasZygoteSpace()) { in PreZygoteFork()
3198 bool has_zygote_space = heap_->HasZygoteSpace(); in CompactionPause()