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

  /art/runtime/gc/collector/
concurrent_copying-inl.h 42 DCHECK(!young_gen_ || region_space_bitmap_->Test(ref) || region_space_->IsLargeObject(ref))
174 if (kNoUnEvac && use_generational_cc_ && !region_space_->IsLargeObject(from_ref)) {
concurrent_copying.cc     [all...]
  /art/runtime/gc/space/
region_space.h 261 bool IsLargeObject(mirror::Object* ref) {
region_space.cc 299 DCHECK(IsLargeObject(obj));
    [all...]

Completed in 96 milliseconds