Home
last modified time | relevance | path

Searched refs:GetMethodIndex (Results 1 – 9 of 9) sorted by relevance

/art/compiler/driver/
Dcompiler_driver-inl.h201 return resolved_method->GetMethodIndex(); in GetResolvedMethodVTableIndex()
234 resolved_method->GetMethodIndex() < methods_class->GetVTableLength() && in IsFastInvoke()
235 (methods_class->GetVTableEntry(resolved_method->GetMethodIndex()) == resolved_method) && in IsFastInvoke()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h398 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodFromCode()
412 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodFromCode()
568 ->GetVTableEntry(resolved_method->GetMethodIndex()); in FindMethodFast()
571 return this_object->GetClass()->GetVTableEntry(resolved_method->GetMethodIndex()); in FindMethodFast()
/art/runtime/mirror/
Dclass-inl.h355 return iftable->GetMethodArray(i)->Get(method->GetMethodIndex()); in FindVirtualMethodForInterface()
365 return GetVTableEntry(method->GetMethodIndex()); in FindVirtualMethodForVirtual()
370 return GetSuperClass()->GetVTableEntry(method->GetMethodIndex()); in FindVirtualMethodForSuper()
Dart_method.h167 uint16_t GetMethodIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
173 return GetMethodIndex(); in GetVtableIndex()
Dart_method.cc110 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod()
Dart_method-inl.h67 inline uint16_t ArtMethod::GetMethodIndex() { in GetMethodIndex() function
/art/oatdump/
Doatdump.cc293 size_t method_index = m->GetMethodIndex(); in GetQuickOatCode()
/art/runtime/verifier/
Dmethod_verifier.cc3321 if (res_method->GetMethodIndex() >= super_klass->GetVTableLength()) { in VerifyInvocationArgs()
/art/runtime/
Dclass_linker.cc2400 oat_method_index = method->GetMethodIndex(); in FindOatMethodFor()