HomeSort by relevance Sort by last modified time
    Searched refs:kCollectorTypeGSS (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/
collector_type.h 36 kCollectorTypeGSS,
heap.cc 252 if (foreground_collector_type_ == kCollectorTypeGSS) {
265 if (foreground_collector_type == kCollectorTypeGSS) {
316 if (IsMovingGc(foreground_collector_type_) && foreground_collector_type_ != kCollectorTypeGSS) {
337 if (foreground_collector_type_ == kCollectorTypeGSS) {
426 const bool generational = foreground_collector_type_ == kCollectorTypeGSS;
505 can_move_objects = !have_zygote_space_ && foreground_collector_type_ != kCollectorTypeGSS;
    [all...]
heap.h 630 return collector_type == kCollectorTypeSS || collector_type == kCollectorTypeGSS ||
    [all...]
  /art/runtime/gc/collector/
semi_space.h 80 return generational_ ? kCollectorTypeGSS : kCollectorTypeSS;
  /art/runtime/
parsed_options.cc 115 return gc::kCollectorTypeGSS;
199 collector_type_ = gc::kCollectorTypeGSS;
    [all...]

Completed in 38 milliseconds