Searched defs:reference (Results 1 – 19 of 19) sorted by relevance
50 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle()83 explicit Handle(StackReference<S>* reference) in Handle()119 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference) in MutableHandle()124 ALWAYS_INLINE T* Assign(T* reference) SHARED_REQUIRES(Locks::mutator_lock_) { in Assign()137 explicit MutableHandle(StackReference<S>* reference) SHARED_REQUIRES(Locks::mutator_lock_) in MutableHandle()
63 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) { in GetReferent()263 bool ReferenceProcessor::MakeCircularListIfUnenqueued(mirror::FinalizerReference* reference) { in MakeCircularListIfUnenqueued()
33 typedef typename std::iterator_traits<Iter>::reference reference; typedef
37 typedef const char& reference; typedef
114 typedef T& reference; typedef
115 typedef typename std::allocator<T>::reference reference; typedef
148 typedef T& reference; typedef
121 using reference = T&; variable
47 typedef T& reference; typedef
138 typedef T& reference; typedef
128 typedef T& reference; typedef
401 inline void MarkCompact::UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference) { in UpdateHeapReference()546 void MarkCompact::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) { in DelayReferenceReferent()
679 void SemiSpace::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) { in DelayReferenceReferent()
2102 void ConcurrentCopying::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) { in DelayReferenceReferent()
638 java.lang.ref.WeakReference<Object> reference = getWeakReference(); in testFinalizableByForcingGc() local
1623 uint8_t reference, in BuildTypeCheck()2645 uint8_t reference = instruction.VRegB_22c(); in ProcessDexInstruction() local2652 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction() local
34 ReferenceInfo(HInstruction* reference, size_t pos) : reference_(reference), position_(pos) { in ReferenceInfo()
1959 HBasicBlock* reference, in UpdateLoopAndTryInformationOfNewBlock()
910 jobject reference = in Visit() local