| /art/runtime/ |
| D | handle.h | 49 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle() 94 explicit Handle(StackReference<S>* reference) in Handle() 125 ALWAYS_INLINE explicit MutableHandle(StackReference<T>* reference) in MutableHandle() 130 ALWAYS_INLINE T* Assign(T* reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() 137 ALWAYS_INLINE T* Assign(ObjPtr<T> reference) REQUIRES_SHARED(Locks::mutator_lock_) { in Assign() 151 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() 91 bool DoesNotEscape(HInstruction* reference, bool (*no_escape)(HInstruction*, HInstruction*)) { in DoesNotEscape() argument
|
| D | load_store_elimination.cc | 36 ReferenceInfo(HInstruction* reference, size_t pos) in ReferenceInfo() 967 HInstruction* reference = heap_value->InputAt(0); in VisitDeoptimize() local
|
| D | instruction_builder.cc | 1706 uint8_t reference, in BuildTypeCheck() 2724 uint8_t reference = instruction.VRegB_22c(); in ProcessDexInstruction() local 2731 uint8_t reference = instruction.VRegA_21c(); in ProcessDexInstruction() local
|
| D | instruction_simplifier.cc | 2012 static bool NoEscapeForStringBufferReference(HInstruction* reference, HInstruction* user) { in NoEscapeForStringBufferReference()
|
| D | nodes.cc | 1996 HBasicBlock* reference, in UpdateLoopAndTryInformationOfNewBlock()
|
| /art/runtime/gc/ |
| D | reference_processor.cc | 64 ObjPtr<mirror::Reference> reference) { in GetReferent() 319 ObjPtr<mirror::FinalizerReference> reference) { in MakeCircularListIfUnenqueued()
|
| /art/runtime/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 | stringpiece.h | 37 typedef const char& reference; typedef
|
| D | array_ref.h | 44 typedef T& reference; typedef
|
| D | scoped_arena_containers.h | 114 typedef T& reference; typedef
|
| D | allocator.h | 114 typedef typename std::allocator<T>::reference reference; typedef
|
| D | arena_containers.h | 166 typedef T& reference; typedef
|
| D | transform_array_ref.h | 48 using reference = typename Iter::reference; variable
|
| D | hash_set.h | 121 using reference = T&; variable
|
| /art/runtime/openjdkjvmti/ |
| D | jvmti_allocator.h | 80 typedef T& reference; typedef
|
| /art/compiler/utils/ |
| D | swap_space.h | 149 typedef T& reference; typedef
|
| D | intrusive_forward_list.h | 128 typedef T& reference; typedef
|
| /art/runtime/gc/collector/ |
| D | mark_compact.cc | 407 inline void MarkCompact::UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference) { in UpdateHeapReference() 559 ObjPtr<mirror::Reference> reference) { in DelayReferenceReferent()
|
| D | semi_space.cc | 682 ObjPtr<mirror::Reference> reference) { in DelayReferenceReferent()
|
| D | concurrent_copying.cc | 2555 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 | 640 java.lang.ref.WeakReference<Object> reference = getWeakReference(); in testFinalizableByForcingGc() local
|
| /art/runtime/entrypoints/quick/ |
| D | quick_trampoline_entrypoints.cc | 968 jobject reference = in Visit() local
|