Home | History | Annotate | Download | only in gc

Lines Matching refs:background_collector_type_

134       background_collector_type_(background_collector_type),
211 if (background_collector_type_ != foreground_collector_type_) {
213 background_collector_type_ = foreground_collector_type_;
256 background_collector_type_ == gc::kCollectorTypeHomogeneousSpaceCompact ||
264 IsMovingGc(background_collector_type_);
295 background_collector_type_ == kCollectorTypeSS ||
338 CHECK_EQ(foreground_collector_type_, background_collector_type_);
495 bool can_move_objects = IsMovingGc(background_collector_type_) !=
533 if (IsMovingGc(background_collector_type_)) {
534 background_collector_type_ = foreground_collector_type_;
680 background_collector_type_);
688 // If background_collector_type_ is kCollectorTypeHomogeneousSpaceCompact then we have
691 RequestCollectorTransition(background_collector_type_,