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

  /art/runtime/gc/collector/
concurrent_copying-inl.h 167 if (kUseBakerReadBarrier && LIKELY(!rb_mark_bit_stack_full_ && ret->AtomicSetMarkBit(0, 1))) {
173 // Set rb_mark_bit_stack_full_, this is racy but OK since AtomicPushBack is thread safe.
174 rb_mark_bit_stack_full_ = true;
concurrent_copying.h 270 bool rb_mark_bit_stack_full_; member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 76 rb_mark_bit_stack_full_(false),
289 rb_mark_bit_stack_full_ = false;
    [all...]

Completed in 184 milliseconds