/art/runtime/ |
D | handle.h | 50 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/ |
D | escape.cc | 23 void CalculateEscape(HInstruction* reference, in CalculateEscape() 99 bool DoesNotEscape(HInstruction* reference, bool (*no_escape)(HInstruction*, HInstruction*)) { in DoesNotEscape() argument
|
D | load_store_analysis.h | 30 ReferenceInfo(HInstruction* reference, size_t pos) in ReferenceInfo()
|
D | instruction_builder.cc | 1917 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
|
D | load_store_elimination.cc | 776 HInstruction* reference = heap_value->InputAt(0); in VisitDeoptimize() local
|
/art/runtime/gc/ |
D | reference_processor.cc | 65 ObjPtr<mirror::Reference> reference) { in GetReferent() 320 ObjPtr<mirror::FinalizerReference> reference) { in MakeCircularListIfUnenqueued()
|
/art/tools/veridex/ |
D | flow_analysis.h | 51 RegisterValue(RegisterSource source, DexFileReference reference, const VeriClass* type) in RegisterValue() 56 DexFileReference reference, in RegisterValue()
|
D | flow_analysis.cc | 637 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction() local
|
/art/libartbase/base/ |
D | iteration_range.h | 33 typedef typename std::iterator_traits<Iter>::reference reference; typedef
|
D | transform_iterator.h | 59 using reference = ResultType; variable
|
D | array_slice.h | 33 using reference = T&; variable
|
D | array_ref.h | 44 using reference = T&; variable
|
D | allocator.h | 109 typedef typename std::allocator<T>::reference reference; typedef
|
D | transform_array_ref.h | 48 using reference = typename Iter::reference; variable
|
D | stringpiece.h | 39 typedef const char& reference; typedef
|
D | hash_set.h | 125 using reference = T&; variable
|
/art/openjdkjvmti/ |
D | jvmti_allocator.h | 84 typedef T& reference; typedef
|
/art/runtime/base/ |
D | scoped_arena_containers.h | 137 typedef T& reference; typedef
|
D | arena_containers.h | 166 typedef T& reference; typedef
|
/art/compiler/utils/ |
D | swap_space.h | 150 typedef T& reference; typedef
|
D | intrusive_forward_list.h | 139 typedef T& reference; typedef
|
/art/runtime/gc/collector/ |
D | mark_compact.cc | 409 inline void MarkCompact::UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference) { in UpdateHeapReference() 561 ObjPtr<mirror::Reference> reference) { in DelayReferenceReferent()
|
D | semi_space.cc | 682 ObjPtr<mirror::Reference> reference) { in DelayReferenceReferent()
|
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 84 ALWAYS_INLINE void SetReference(ObjPtr<mirror::Object> reference) in SetReference()
|
/art/test/530-checker-lse/src/ |
D | Main.java | 643 java.lang.ref.WeakReference<Object> reference = getWeakReference(); in testFinalizableByForcingGc() local
|