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

  /art/runtime/gc/collector/
concurrent_copying.h 126 return is_using_read_barrier_entrypoints_;
282 bool is_using_read_barrier_entrypoints_; member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 80 is_using_read_barrier_entrypoints_(false),
234 CHECK(!concurrent_copying_->is_using_read_barrier_entrypoints_);
235 concurrent_copying_->is_using_read_barrier_entrypoints_ = true;
    [all...]

Completed in 49 milliseconds