Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h821 bool HasZygoteSpace() const { in HasZygoteSpace() function
1300 return HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull; in NonStickyGcType()
Dheap.cc948 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()
/art/runtime/
Druntime.cc846 if (!heap_->HasZygoteSpace()) { in PreZygoteFork()
/art/runtime/gc/collector/
Dmark_compact.cc3198 bool has_zygote_space = heap_->HasZygoteSpace(); in CompactionPause()