Home
last modified time | relevance | path

Searched defs:reference (Results 1 – 19 of 19) sorted by relevance

/art/runtime/
Dhandle.h50 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()
/art/runtime/gc/
Dreference_processor.cc63 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) { in GetReferent()
263 bool ReferenceProcessor::MakeCircularListIfUnenqueued(mirror::FinalizerReference* reference) { in MakeCircularListIfUnenqueued()
/art/runtime/base/
Diteration_range.h33 typedef typename std::iterator_traits<Iter>::reference reference; typedef
Dstringpiece.h37 typedef const char& reference; typedef
Dscoped_arena_containers.h114 typedef T& reference; typedef
Dallocator.h115 typedef typename std::allocator<T>::reference reference; typedef
Darena_containers.h148 typedef T& reference; typedef
Dhash_set.h121 using reference = T&; variable
/art/compiler/utils/
Darray_ref.h47 typedef T& reference; typedef
Dswap_space.h138 typedef T& reference; typedef
Dintrusive_forward_list.h128 typedef T& reference; typedef
/art/runtime/gc/collector/
Dmark_compact.cc401 inline void MarkCompact::UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference) { in UpdateHeapReference()
546 void MarkCompact::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) { in DelayReferenceReferent()
Dsemi_space.cc679 void SemiSpace::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) { in DelayReferenceReferent()
Dconcurrent_copying.cc2102 void ConcurrentCopying::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) { in DelayReferenceReferent()
/art/test/530-checker-lse/src/
DMain.java638 java.lang.ref.WeakReference<Object> reference = getWeakReference(); in testFinalizableByForcingGc() local
/art/compiler/optimizing/
Dinstruction_builder.cc1623 uint8_t reference, in BuildTypeCheck()
2645 uint8_t reference = instruction.VRegB_22c(); in ProcessDexInstruction() local
2652 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction() local
Dload_store_elimination.cc34 ReferenceInfo(HInstruction* reference, size_t pos) : reference_(reference), position_(pos) { in ReferenceInfo()
Dnodes.cc1959 HBasicBlock* reference, in UpdateLoopAndTryInformationOfNewBlock()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc910 jobject reference = in Visit() local