Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h726 bool HasZygoteSpace() const { in HasZygoteSpace() function
1077 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()
Dheap.cc698 can_move_objects = !HasZygoteSpace() && foreground_collector_type_ != kCollectorTypeGSS; in CreateMainMallocSpace()
1022 if (HasZygoteSpace()) { in DumpGcPerformanceInfo()
2283 if (!HasZygoteSpace()) { in PreZygoteFork()
2294 if (HasZygoteSpace()) { in PreZygoteFork()
2389 CHECK(HasZygoteSpace()) << "Failed creating zygote space"; in PreZygoteFork()
2510 if (!HasZygoteSpace()) { in CollectGarbageInternal()