Home
last modified time | relevance | path

Searched defs:to_ref (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dconcurrent_copying.cc459 void ConcurrentCopying::PushOntoMarkStack(mirror::Object* to_ref) { in PushOntoMarkStack()
699 mirror::Object* to_ref; in ProcessMarkStack() local
1121 void ConcurrentCopying::Scan(mirror::Object* to_ref) { in Scan()
1133 mirror::Object* to_ref = Mark(ref); in Process() local
1159 mirror::Object* to_ref = Mark(ref); in VisitRoots() local
1184 mirror::Object* to_ref = Mark(ref); in VisitRoots() local
1295 mirror::Object* to_ref = region_space_->AllocNonvirtual<true>( in Copy() local
1423 mirror::Object* to_ref; in IsMarked() local
1514 mirror::Object* to_ref; in Mark() local
1651 mirror::Object* to_ref = reinterpret_cast<ConcurrentCopying*>(arg)->IsMarked(from_ref); in IsHeapReferenceMarkedCallback() local
Dconcurrent_copying.h68 bool Enqueue(mirror::Object* to_ref) { in Enqueue()
84 bool EnqueueThreadUnsafe(mirror::Object* to_ref) { in EnqueueThreadUnsafe()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc28 mirror::Object* to_ref = ReadBarrier::BarrierForRoot(handle_on_stack); in ReadBarrierJni() local