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

  /art/runtime/gc/space/
region_space.h 161 kRegionStateAllocated, // Allocated region.
388 state_(RegionState::kRegionStateAllocated),
454 return state_ == RegionState::kRegionStateAllocated;
region_space.cc 356 DCHECK((state == RegionState::kRegionStateAllocated ||
    [all...]

Completed in 48 milliseconds