Home
last modified time | relevance | path

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

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