Home
last modified time | relevance | path

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

/art/runtime/
Dhandle.h49 ALWAYS_INLINE explicit ConstHandle(StackReference<T>* reference) : reference_(reference) { in ConstHandle()
74 explicit ConstHandle(StackReference<S>* reference) in ConstHandle()
117 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) in Handle()
122 ALWAYS_INLINE T* Assign(T* reference) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Assign()
135 explicit Handle(StackReference<S>* reference) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) in Handle()
/art/runtime/gc/
Dreference_processor.cc51 mirror::Object* ReferenceProcessor::GetReferent(Thread* self, mirror::Reference* reference) { in GetReferent()
232 bool ReferenceProcessor::MakeCircularListIfUnenqueued(mirror::FinalizerReference* reference) { in MakeCircularListIfUnenqueued()
/art/runtime/gc/collector/
Dmark_compact.cc406 inline void MarkCompact::UpdateHeapReference(mirror::HeapReference<mirror::Object>* reference) { in UpdateHeapReference()
417 void MarkCompact::UpdateHeapReferenceCallback(mirror::HeapReference<mirror::Object>* reference, in UpdateHeapReferenceCallback()
554 void MarkCompact::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) { in DelayReferenceReferent()
Dsemi_space.cc663 void SemiSpace::DelayReferenceReferent(mirror::Class* klass, mirror::Reference* reference) { in DelayReferenceReferent()
/art/compiler/utils/
Darray_ref.h47 typedef T& reference; typedef
Dscoped_arena_containers.h106 typedef T& reference; typedef
Darena_containers.h128 typedef T& reference; typedef
Dswap_space.h137 typedef T& reference; typedef
/art/runtime/base/
Dstringpiece.h127 typedef const char& reference; typedef
Dallocator.h101 typedef typename std::allocator<T>::reference reference; typedef
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc684 jobject reference = in Visit() local