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

  /art/runtime/gc/
heap.cc 263 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) ||
264 IsMovingGc(background_collector_type_);
316 if (IsMovingGc(foreground_collector_type_) && foreground_collector_type_ != kCollectorTypeGSS) {
495 bool can_move_objects = IsMovingGc(background_collector_type_) !=
496 IsMovingGc(foreground_collector_type_) || use_homogeneous_space_compaction_for_oom_;
530 if (IsMovingGc(foreground_collector_type_)) {
533 if (IsMovingGc(background_collector_type_)) {
542 if (!IsMovingGc(collector_type_) && non_moving_space_ != main_space_) {
662 if (IsMovingGc(collector_type_running_)) {
    [all...]
heap.h 629 static bool IsMovingGc(CollectorType collector_type) {
    [all...]

Completed in 552 milliseconds