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

  /art/runtime/gc/collector/
semi_space.cc 263 const uint64_t from_objects = from_space_->GetObjectsAllocated(); local
265 CHECK_LE(to_objects, from_objects);
268 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
    [all...]
concurrent_copying.cc 2635 const uint64_t from_objects = region_space_->GetObjectsAllocatedInFromSpace(); local
    [all...]

Completed in 253 milliseconds