Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h87 inline ArtMethod* Class::GetDirectMethodUnchecked(size_t i, size_t pointer_size) { in GetDirectMethodUnchecked() function
Dclass.h697 ALWAYS_INLINE ArtMethod* GetDirectMethodUnchecked(size_t i, size_t pointer_size)
/art/runtime/
Dclass_linker.cc2350 ArtMethod* method = klass->GetDirectMethodUnchecked(i, image_pointer_size_); in LoadClassMembers()
3326 CreateProxyConstructor(klass, klass->GetDirectMethodUnchecked(0, image_pointer_size_)); in CreateProxyClass()
3447 ArtMethod* proxy_constructor = GetClassRoot(kJavaLangReflectProxy)->GetDirectMethodUnchecked( in CreateProxyConstructor()