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

  /art/runtime/
read_barrier-inl.h 43 // The higher bits of the rb_ptr, rb_ptr_high_bits (must be zero)
64 CHECK_EQ(rb_ptr_high_bits, 0U) << obj << " rb_ptr=" << obj->GetReadBarrierPointer();
228 mirror::Object* rb_ptr = obj->GetReadBarrierPointer(); local
229 uintptr_t rb_ptr_bits = reinterpret_cast<uintptr_t>(rb_ptr);
234 << "obj=" << obj << " rb_ptr=" << rb_ptr << " " << PrettyTypeOf(obj);
  /art/runtime/gc/collector/
concurrent_copying.cc 675 << " has non-white rb_ptr " << ref->GetReadBarrierPointer();
681 << " has non-black rb_ptr " << ref->GetReadBarrierPointer()
682 << " but isn't on the alloc stack (and has white rb_ptr)."
753 << "obj=" << obj << " non-white rb_ptr " << obj->GetReadBarrierPointer();
759 << " has non-black rb_ptr " << obj->GetReadBarrierPointer()
760 << " but isn't on the alloc stack (and has white rb_ptr). Is it in the non-moving space="
1171 mirror::Object* rb_ptr = obj->GetReadBarrierPointer(); local
    [all...]

Completed in 6791 milliseconds