Home
last modified time | relevance | path

Searched refs:root_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dgc_root.h81 callback(reinterpret_cast<mirror::Object**>(&root_), arg, info); in VisitRoot()
93 return &root_; in AddressWithoutBarrier()
98 return root_ == nullptr; in IsNull()
101 ALWAYS_INLINE explicit GcRoot<MirrorType>() : root_(nullptr) { in root_() function
105 SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) : root_(ref) { in SHARED_LOCKS_REQUIRED()
109 mutable MirrorType* root_;
Dgc_root-inl.h29 return ReadBarrier::BarrierForRoot<MirrorType, kReadBarrierOption>(&root_); in Read()