Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dobject_reference.h86 static ObjectReference<kPoisonReferences, MirrorType> FromMirrorPtr(MirrorType* mirror_ptr) in FromMirrorPtr() function
137 static HeapReference<MirrorType> FromMirrorPtr(MirrorType* mirror_ptr) in FromMirrorPtr() function
163 static CompressedReference<MirrorType> FromMirrorPtr(MirrorType* p) in FromMirrorPtr() function
Dclass.cc1163 CompressedReference<Object>::FromMirrorPtr(old_ref.Ptr()), in VisitRoot()
1164 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.h170 auto old_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot()
172 auto new_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot()
Dreflection.cc81 Append(StackReference<mirror::Object>::FromMirrorPtr(obj.Ptr()).AsVRegValue()); in Append()
/art/runtime/gc/collector/
Dsemi_space.cc605 auto ref = StackReference<mirror::Object>::FromMirrorPtr(root); in MarkObject()
619 auto ref = StackReference<mirror::Object>::FromMirrorPtr(*root); in VisitRoots()
Dconcurrent_copying.cc2183 auto expected_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(ref); in MarkRoot()
2184 auto new_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(to_ref); in MarkRoot()