Searched defs:new_ref (Results 1 – 11 of 11) sorted by relevance
| /art/runtime/gc/collector/ |
| D | mark_compact-inl.h | 237 mirror::Object* new_ref = PostCompactAddress(old_ref, begin, end); in UpdateRef() local 299 mirror::Object* new_ref = PostCompactAddress(old_ref, begin, end); in UpdateRoot() local 314 mirror::Object* new_ref = PostCompactAddress(old_ref, begin, end); in UpdateRoot() local
|
| D | concurrent_copying.cc | 3161 mirror::Object* new_ref = to_ref; in Process() local 3191 mirror::Object* new_ref = to_ref; in VisitRoots() local 3210 auto new_ref = mirror::CompressedReference<mirror::Object>::FromMirrorPtr(to_ref); in MarkRoot() local
|
| D | mark_compact.cc | 1554 mirror::Object* new_ref = in operator ()() local 1569 mirror::Object* new_ref = in operator ()() local 1585 mirror::Object* new_ref = collector_->UpdateRoot(root, moving_space_begin_, moving_space_end_); in VisitRoot() local 3118 mirror::Object* new_ref = old_ref; in VisitRoot() local
|
| /art/runtime/ |
| D | read_barrier-inl.h | 181 auto new_ref = mirror::CompressedReference<MirrorType>::FromMirrorPtr(ref); in BarrierForRoot() local
|
| D | intern_table.cc | 73 ObjPtr<mirror::String> new_ref = root.Read<kWithoutReadBarrier>(); in VisitRoots() local
|
| D | thread.cc | 4180 mirror::Object* new_ref = ref; in VisitShadowFrame() local 4228 mirror::Object* new_ref = klass.Ptr(); in VisitDeclaringClass() local 4251 mirror::Object* new_ref = ref; in VisitNterpFrame() local 4298 mirror::Object* new_ref = ref; in VisitQuickFrameWithVregCallback() local 4346 mirror::Object* new_ref = ref; in VisitQuickFrameWithVregCallback() local 4381 mirror::Object* new_ref = ref; in VisitQuickFrameWithVregCallback() local
|
| D | class_linker.cc | 2536 ObjPtr<mirror::Object> new_ref = root.Read<kWithoutReadBarrier>(); in VisitClassRoots() local 2546 ObjPtr<mirror::Object> new_ref = root.Read<kWithoutReadBarrier>(); in VisitClassRoots() local
|
| /art/runtime/jni/ |
| D | local_reference_table_test.cc | 832 IndirectRef new_ref = lrt.Add(c, &error_msg); in TEST_F() local 1021 IndirectRef new_ref = lrt.Add(c, &error_msg); in TEST_F() local
|
| /art/runtime/gc/accounting/ |
| D | mod_union_table.cc | 222 mirror::Object* new_ref = visitor_->MarkObject(old_ref); in VisitRoot() local
|
| /art/runtime/mirror/ |
| D | class.cc | 1696 ObjPtr<Object> new_ref = ReadBarrier::BarrierForRoot(root); in VisitRoot() local
|
| /art/runtime/gc/space/ |
| D | image_space.cc | 1184 mirror::Object* new_ref = forward_(ref); in VisitRoot() local
|