Searched defs:reference (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/accounting/
H A Dgc_allocator.h42 typedef typename std::allocator<T>::reference reference; typedef in class:art::gc::accounting::GCAllocatorImpl
/art/runtime/base/
H A Dstringpiece.h127 typedef const char& reference; typedef in class:art::StringPiece
/art/runtime/gc/
H A Dheap.cc218 // Create the reference queue locks, this is required so for parallel object scanning in the GC.
219 soft_ref_queue_lock_ = new Mutex("Soft reference queue lock");
220 weak_ref_queue_lock_ = new Mutex("Weak reference queue lock");
221 finalizer_ref_queue_lock_ = new Mutex("Finalizer reference queue lock");
222 phantom_ref_queue_lock_ = new Mutex("Phantom reference queue lock");
1357 // Verify a reference from an object.
1373 // Verify that the reference is live.
1439 // Attempt to see if the card table missed the reference.
1445 // Search to see if any of the roots reference our object.
1449 // Search to see if any of the roots reference ou
1878 GetReferenceReferent(mirror::Object* reference) argument
1884 ClearReferenceReferent(mirror::Object* reference) argument
[all...]

Completed in 97 milliseconds