Searched refs:FromMirrorPtr (Results 1 – 7 of 7) sorted by relevance
93 static ObjectReference<kPoisonReferences, MirrorType> FromMirrorPtr(MirrorType* mirror_ptr) in FromMirrorPtr() function144 static HeapReference<MirrorType> FromMirrorPtr(MirrorType* mirror_ptr) in FromMirrorPtr() function170 static CompressedReference<MirrorType> FromMirrorPtr(MirrorType* p) in FromMirrorPtr() function
1165 CompressedReference<Object>::FromMirrorPtr(old_ref.Ptr()), in VisitRoot()1166 CompressedReference<Object>::FromMirrorPtr(new_ref.Ptr())); in VisitRoot()
38 : root_(mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref)) { } in GcRoot()
175 auto old_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot()177 auto new_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot()
83 Append(StackReference<mirror::Object>::FromMirrorPtr(obj.Ptr()).AsVRegValue()); in Append()
607 auto ref = StackReference<mirror::Object>::FromMirrorPtr(root); in MarkObject()621 auto ref = StackReference<mirror::Object>::FromMirrorPtr(*root); in VisitRoots()
3156 auto expected_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref); in MarkRoot()3157 auto new_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(to_ref); in MarkRoot()