Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h795 bool HasZygoteSpace() const { in HasZygoteSpace() function
1197 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()
Dheap.cc835 can_move_objects = !HasZygoteSpace(); in CreateMainMallocSpace()
1173 if (HasZygoteSpace()) { in DumpGcPerformanceInfo()
2315 if (!HasZygoteSpace()) { in PreZygoteFork()
2326 if (HasZygoteSpace()) { in PreZygoteFork()
2422 CHECK(HasZygoteSpace()) << "Failed creating zygote space"; in PreZygoteFork()
2583 if (!HasZygoteSpace()) { in CollectGarbageInternal()