Home
last modified time | relevance | path

Searched defs:GetReference (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/runtime/
H A Dhandle.h96 ALWAYS_INLINE StackReference<mirror::Object>* GetReference() { in GetReference() function
100 ALWAYS_INLINE const StackReference<mirror::Object>* GetReference() const { in GetReference() function
H A Dindirect_reference_table.h161 GcRoot<mirror::Object>* GetReference() { in GetReference() function
166 const GcRoot<mirror::Object>* GetReference() const { in GetReference() function
H A Dmethod_handles-inl.h53 ALWAYS_INLINE ObjPtr<mirror::Object> GetReference() REQUIRES_SHARED(Locks::mutator_lock_) { in GetReference() function
H A Dhandle_scope-inl.h80 inline ObjPtr<mirror::Object> HandleScope::GetReference(size_t i) const { in GetReference() function
/aosp12/art/libdexfile/dex/
H A Dclass_accessor-inl.h76 inline MethodReference ClassAccessor::Method::GetReference() const { in GetReference() function
/aosp12/art/runtime/mirror/
H A Demulated_stack_frame.cc109 ALWAYS_INLINE ObjPtr<mirror::Object> GetReference() REQUIRES_SHARED(Locks::mutator_lock_) { in GetReference() function in art::mirror::EmulatedStackFrameAccessor
/aosp12/art/compiler/optimizing/
H A Dload_store_analysis.h88 HInstruction* GetReference() const { in GetReference() function