Searched defs:GcRoot (Results 1 – 6 of 6) sorted by relevance
37 inline GcRoot<MirrorType>::GcRoot(mirror::CompressedReference<mirror::Object> ref) in GcRoot() function41 inline GcRoot<MirrorType>::GcRoot(MirrorType* ref) in GcRoot() function45 inline GcRoot<MirrorType>::GcRoot(ObjPtr<MirrorType> ref) in GcRoot() function
225 ALWAYS_INLINE GcRoot() : GcRoot(nullptr) {} in GcRoot() function226 ALWAYS_INLINE GcRoot(std::nullptr_t) : root_() { in GcRoot() function
6 sealed class GcRoot { class
41 template<class MirrorType> class GcRoot; variable
40 template<class MirrorType> class GcRoot; variable
48 template <class MirrorType> class GcRoot; variable