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

  /art/runtime/gc/collector/
concurrent_copying.h 253 size_t from_space_num_objects_at_first_pause_; member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 171 reinterpret_cast<Atomic<size_t>*>(&concurrent_copying_->from_space_num_objects_at_first_pause_)->
208 cc->from_space_num_objects_at_first_pause_ = cc->region_space_->GetObjectsAllocated();
    [all...]

Completed in 55 milliseconds