Searched refs:HasZygoteSpace (Results 1 – 2 of 2) sorted by relevance
696 can_move_objects = !HasZygoteSpace() && foreground_collector_type_ != kCollectorTypeGSS; in CreateMainMallocSpace()1166 if (HasZygoteSpace()) { in DumpGcPerformanceInfo()2425 if (!HasZygoteSpace()) { in PreZygoteFork()2436 if (HasZygoteSpace()) { in PreZygoteFork()2529 CHECK(HasZygoteSpace()) << "Failed creating zygote space"; in PreZygoteFork()2615 if (!HasZygoteSpace()) { in CollectGarbageInternal()3571 HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in GrowForUtilization()3720 next_gc_type = HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in ConcurrentGC()3885 collector::GcType gc_type = HasZygoteSpace() ? collector::kGcTypePartial : in RegisterNativeAllocation()
693 bool HasZygoteSpace() const { in HasZygoteSpace() function