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

  /art/runtime/gc/space/
region_space.h 210 bool IsInNewlyAllocatedRegion(mirror::Object* ref) {
  /art/runtime/gc/collector/
concurrent_copying.cc 578 CHECK(ref == nullptr || !cc_->region_space_->IsInNewlyAllocatedRegion(ref))
    [all...]

Completed in 187 milliseconds