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

  /art/runtime/gc/collector/
semi_space.h 259 size_t bytes_moved_; member in class:art::gc::collector::SemiSpace
concurrent_copying.h 388 // than mutators. Therefore, we separate the two to avoid CAS. Bytes_moved_ and
390 Atomic<size_t> bytes_moved_; // Used by mutators member in class:art::gc::collector::ConcurrentCopying

Completed in 203 milliseconds