Home
last modified time | relevance | path

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

12

/art/runtime/
Dhandle.h63 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle()
125 explicit Handle(StackReference<S>* reference) in Handle()
156 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference) in MutableHandle()
161 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign()
168 ALWAYS_INLINE T* Assign(ObjPtr<T> reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign()
182 explicit MutableHandle(StackReference<S>* reference) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle()
Dreflective_handle.h41 ALWAYS_INLINE explicit ReflectiveHandle(ReflectiveReference<T>* reference) in ReflectiveHandle()
90 ALWAYS_INLINE explicit MutableReflectiveHandle(ReflectiveReference<T>* reference) in MutableReflectiveHandle()
94 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign()
/art/compiler/optimizing/
Descape.cc23 void CalculateEscape(HInstruction* reference, in CalculateEscape()
99 bool DoesNotEscape(HInstruction* reference, bool (*no_escape)(HInstruction*, HInstruction*)) { in DoesNotEscape() argument
Dload_store_elimination.cc740 HInstruction* reference = heap_value->InputAt(0); in VisitDeoptimize() local
Dload_store_analysis.h32 ReferenceInfo(HInstruction* reference, size_t pos) in ReferenceInfo()
Dinstruction_builder.cc2331 uint8_t reference, in BuildTypeCheck()
3370 uint8_t reference = instruction.VRegB_22c(); in ProcessDexInstruction() local
3377 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction() local
/art/tools/veridex/
Dflow_analysis.h52 RegisterValue(RegisterSource source, DexFileReference reference, const VeriClass* type) in RegisterValue()
57 DexFileReference reference, in RegisterValue()
Dflow_analysis.cc645 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction() local
/art/libartbase/base/
Diteration_range.h33 typedef typename std::iterator_traits<Iter>::reference reference; typedef
Dtransform_iterator.h59 using reference = ResultType; variable
Dallocator.h113 typedef typename std::allocator<T>::reference reference; typedef
Darray_slice.h34 using reference = T&; variable
Darray_ref.h44 using reference = T&; variable
Dscoped_arena_containers.h147 typedef T& reference; typedef
Darena_containers.h166 typedef T& reference; typedef
Dtransform_array_ref.h48 using reference = typename Iter::reference; variable
Dhash_set.h44 using reference = Elem&; variable
175 using reference = T&; variable
Dintrusive_forward_list.h139 typedef T& reference; typedef
/art/runtime/gc/
Dreference_processor.cc90 ObjPtr<mirror::Reference> reference) { in GetReferent()
348 ObjPtr<mirror::FinalizerReference> reference) { in MakeCircularListIfUnenqueued()
/art/openjdkjvmti/
Djvmti_allocator.h84 typedef T& reference; typedef
/art/compiler/utils/
Dswap_space.h150 typedef T& reference; typedef
/art/runtime/mirror/
Demulated_stack_frame.cc88 ALWAYS_INLINE void SetReference(ObjPtr<mirror::Object> reference) in SetReference()
/art/runtime/gc/collector/
Dsemi_space.cc537 ObjPtr<mirror::Reference> reference) { in DelayReferenceReferent()
/art/tools/dexanalyze/
Ddexanalyze_strings.cc498 const std::vector<std::string>& reference, in Benchmark()
/art/test/530-checker-lse/src/
DMain.java723 java.lang.ref.WeakReference<Object> reference = getWeakReference(); in testFinalizableByForcingGc() local

12