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

  /art/runtime/gc/
heap.cc 364 support_homogeneous_space_compaction || IsMovingGc(foreground_collector_type_) ||
365 IsMovingGc(background_collector_type_);
447 } else if (IsMovingGc(foreground_collector_type_) &&
    [all...]
heap.h 706 if (IsGcConcurrent() && IsMovingGc(collector_type_)) {
824 static bool IsMovingGc(CollectorType collector_type) {
    [all...]

Completed in 3801 milliseconds