Home
last modified time | relevance | path

Searched refs:GetDirectMethodsPtr (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h64 inline ArtMethod* Class::GetDirectMethodsPtr() { in GetDirectMethodsPtr() function
97 auto* methods = GetDirectMethodsPtr(); in GetDirectMethod()
Dclass.h685 ArtMethod* GetDirectMethodsPtr() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);\
/art/patchoat/
Dpatchoat.cc605 RelocatedAddressOfPointer(klass->GetDirectMethodsPtr())); in VisitObject()
/art/compiler/
Dimage_writer.cc1249 auto* direct_methods = orig->GetDirectMethodsPtr(); in FixupClass()