Home
last modified time | relevance | path

Searched refs:FromMirrorPtr (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Dobject_reference.h93 static ObjectReference<kPoisonReferences, MirrorType> FromMirrorPtr(MirrorType* mirror_ptr) in FromMirrorPtr() function
144 static HeapReference<MirrorType> FromMirrorPtr(MirrorType* mirror_ptr) in FromMirrorPtr() function
170 static CompressedReference<MirrorType> FromMirrorPtr(MirrorType* p) in FromMirrorPtr() function
Dclass.cc1313 CompressedReference<Object>::FromMirrorPtr(old_ref.Ptr()), in VisitRoot()
1314 CompressedReference<Object>::FromMirrorPtr(new_ref.Ptr())); in VisitRoot()
/art/runtime/
Dgc_root-inl.h38 : root_(mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref)) { } in GcRoot()
Dread_barrier-inl.h175 auto old_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot()
177 auto new_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot()
Dreflection.cc83 Append(StackReference<mirror::Object>::FromMirrorPtr(obj.Ptr()).AsVRegValue()); in Append()
/art/runtime/gc/collector/
Dsemi_space.cc463 auto ref = StackReference<mirror::Object>::FromMirrorPtr(root); in MarkObject()
477 auto ref = StackReference<mirror::Object>::FromMirrorPtr(*root); in VisitRoots()
Dconcurrent_copying.cc3182 auto expected_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref); in MarkRoot()
3183 auto new_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(to_ref); in MarkRoot()