Searched refs:FromMirrorPtr (Results 1 – 7 of 7) sorted by relevance
86 static ObjectReference<kPoisonReferences, MirrorType> FromMirrorPtr(MirrorType* mirror_ptr) in FromMirrorPtr() function137 static HeapReference<MirrorType> FromMirrorPtr(MirrorType* mirror_ptr) in FromMirrorPtr() function163 static CompressedReference<MirrorType> FromMirrorPtr(MirrorType* p) in FromMirrorPtr() function
1163 CompressedReference<Object>::FromMirrorPtr(old_ref.Ptr()), in VisitRoot()1164 CompressedReference<Object>::FromMirrorPtr(new_ref.Ptr())); in VisitRoot()
38 : root_(mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref)) { } in GcRoot()
170 auto old_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot()172 auto new_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot()
81 Append(StackReference<mirror::Object>::FromMirrorPtr(obj.Ptr()).AsVRegValue()); in Append()
605 auto ref = StackReference<mirror::Object>::FromMirrorPtr(root); in MarkObject()619 auto ref = StackReference<mirror::Object>::FromMirrorPtr(*root); in VisitRoots()
2183 auto expected_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref); in MarkRoot()2184 auto new_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(to_ref); in MarkRoot()