Home
last modified time | relevance | path

Searched refs:GetDirectMethodUnchecked (Results 1 – 3 of 3) sorted by relevance

/aosp12/art/runtime/mirror/
H A Dclass-inl.h241 inline ArtMethod* Class::GetDirectMethodUnchecked(size_t i, PointerSize pointer_size) { in GetDirectMethodUnchecked() function
H A Dclass.h736 ALWAYS_INLINE ArtMethod* GetDirectMethodUnchecked(size_t i, PointerSize pointer_size)
/aosp12/art/runtime/
H A Dclass_linker.cc3724 ArtMethod* art_method = klass->GetDirectMethodUnchecked(class_def_method_index, in LoadClass()
5032 CreateProxyConstructor(temp_klass, temp_klass->GetDirectMethodUnchecked(0, image_pointer_size_)); in CreateProxyClass()