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 264 const uint64_t to_objects = objects_moved_; local
265 CHECK_LE(to_objects, from_objects);
268 RecordFree(ObjectBytePair(from_objects - to_objects, from_bytes - to_bytes));
    [all...]
concurrent_copying.cc 2640 uint64_t to_objects = objects_moved_.load(std::memory_order_relaxed) + objects_moved_gc_thread_; local
    [all...]

Completed in 2503 milliseconds