Searched defs:CompressedReference (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Dobject_reference.h96 class MANAGED CompressedReference : public mirror::ObjectReference<false, MirrorType> { class in namespace:art::mirror
98 CompressedReference<MirrorType>() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
101 static CompressedReference<MirrorType> FromMirrorPtr(MirrorType* p)
103 return CompressedReference<MirrorType>(p);
107 CompressedReference<MirrorType>(MirrorType* p) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)

Completed in 488 milliseconds