Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h793 bool HasZygoteSpace() const { in HasZygoteSpace() function
1194 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()
Dheap.cc833 can_move_objects = !HasZygoteSpace(); in CreateMainMallocSpace()
1170 if (HasZygoteSpace()) { in DumpGcPerformanceInfo()
2313 if (!HasZygoteSpace()) { in PreZygoteFork()
2324 if (HasZygoteSpace()) { in PreZygoteFork()
2420 CHECK(HasZygoteSpace()) << "Failed creating zygote space"; in PreZygoteFork()
2581 if (!HasZygoteSpace()) { in CollectGarbageInternal()