Home
last modified time | relevance | path

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

12

/art/runtime/
Dhandle.h50 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle()
95 explicit Handle(StackReference<S>* reference) in Handle()
126 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference) in MutableHandle()
131 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign()
138 ALWAYS_INLINE T* Assign(ObjPtr<T> reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign()
152 explicit MutableHandle(StackReference<S>* reference) REQUIRES_SHARED(Locks::mutator_lock_) in MutableHandle()
/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_analysis.h30 ReferenceInfo(HInstruction* reference, size_t pos) in ReferenceInfo()
Dinstruction_builder.cc1917 uint8_t reference, in BuildTypeCheck()
2927 uint8_t reference = instruction.VRegB_22c(); in ProcessDexInstruction() local
2934 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction() local
Dload_store_elimination.cc776 HInstruction* reference = heap_value->InputAt(0); in VisitDeoptimize() local
/art/runtime/gc/
Dreference_processor.cc65 ObjPtr<mirror::Reference> reference) { in GetReferent()
320 ObjPtr<mirror::FinalizerReference> reference) { in MakeCircularListIfUnenqueued()
/art/tools/veridex/
Dflow_analysis.h51 RegisterValue(RegisterSource source, DexFileReference reference, const VeriClass* type) in RegisterValue()
56 DexFileReference reference, in RegisterValue()
Dflow_analysis.cc637 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
Darray_slice.h33 using reference = T&; variable
Darray_ref.h44 using reference = T&; variable
Dallocator.h109 typedef typename std::allocator<T>::reference reference; typedef
Dtransform_array_ref.h48 using reference = typename Iter::reference; variable
Dstringpiece.h39 typedef const char& reference; typedef
Dhash_set.h125 using reference = T&; variable
/art/openjdkjvmti/
Djvmti_allocator.h84 typedef T& reference; typedef
/art/runtime/base/
Dscoped_arena_containers.h137 typedef T& reference; typedef
Darena_containers.h166 typedef T& reference; typedef
/art/compiler/utils/
Dswap_space.h150 typedef T& reference; typedef
Dintrusive_forward_list.h139 typedef T& reference; typedef
/art/runtime/gc/collector/
Dmark_compact.cc409 inline void MarkCompact::UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference) { in UpdateHeapReference()
561 ObjPtr<mirror::Reference> reference) { in DelayReferenceReferent()
Dsemi_space.cc682 ObjPtr<mirror::Reference> reference) { in DelayReferenceReferent()
/art/runtime/mirror/
Demulated_stack_frame.cc84 ALWAYS_INLINE void SetReference(ObjPtr<mirror::Object> reference) in SetReference()
/art/test/530-checker-lse/src/
DMain.java643 java.lang.ref.WeakReference<Object> reference = getWeakReference(); in testFinalizableByForcingGc() local

12