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

/art/runtime/gc/
H A Dheap.cc584 can_move_objects = !HasZygoteSpace() && foreground_collector_type_ != kCollectorTypeGSS;
987 if (HasZygoteSpace()) {
2189 if (!HasZygoteSpace()) {
2197 if (HasZygoteSpace()) {
2292 CHECK(HasZygoteSpace()) << "Failed creating zygote space";
2377 if (!HasZygoteSpace()) {
3293 HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull;
3440 next_gc_type = HasZygoteSpace() ? collector::kGcTypePartial : collector::kGcTypeFull;
3600 collector::GcType gc_type = HasZygoteSpace() ? collector::kGcTypePartial :
H A Dheap.h639 bool HasZygoteSpace() const { function in class:art::gc::Heap

Completed in 32 milliseconds