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 245 bool IsInNewlyAllocatedRegion(mirror::Object* ref) {
  /art/runtime/gc/collector/
concurrent_copying.cc 694 if (ref != nullptr && cc_->region_space_->IsInNewlyAllocatedRegion(ref)) {
    [all...]

Completed in 79 milliseconds