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

  /art/runtime/gc/collector/
semi_space.cc 263 const uint64_t to_objects = objects_moved_; local
264 CHECK_LE(to_objects, from_objects);
267 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
    [all...]
concurrent_copying.cc 1753 uint64_t to_objects = objects_moved_.LoadSequentiallyConsistent(); local
    [all...]

Completed in 51 milliseconds