Home | History | Annotate | Download | only in gc

Lines Matching refs:have_zygote_space_

147       have_zygote_space_(false),
505 can_move_objects = !have_zygote_space_ && foreground_collector_type_ != kCollectorTypeGSS;
1962 if (have_zygote_space_) {
2054 have_zygote_space_ = true;
2130 if (!have_zygote_space_) {
2950 have_zygote_space_ ? collector::kGcTypePartial : collector::kGcTypeFull;
3186 collector::GcType gc_type = have_zygote_space_ ? collector::kGcTypePartial :