Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver-inl.h300 return resolved_method->GetMethodIndex(); in GetResolvedMethodVTableIndex()
334 resolved_method->GetMethodIndex() < methods_class->GetVTableLength() && in IsFastInvoke()
336 resolved_method->GetMethodIndex(), pointer_size) == resolved_method) && in IsFastInvoke()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h412 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodFromCode()
426 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodFromCode()
577 resolved_method->GetMethodIndex(), sizeof(void*)); in FindMethodFast()
581 resolved_method->GetMethodIndex(), sizeof(void*)); in FindMethodFast()
/art/runtime/
Dart_method.h183 uint16_t GetMethodIndex() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
189 return GetMethodIndex(); in GetVtableIndex()
Dart_method-inl.h71 inline uint16_t ArtMethod::GetMethodIndex() { in GetMethodIndex() function
Dart_method.cc118 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod()
Dclass_linker.cc2030 oat_method_index = method->GetMethodIndex(); in FindOatMethodFor()
/art/runtime/mirror/
Dclass-inl.h381 method->GetMethodIndex(), pointer_size); in FindVirtualMethodForInterface()
391 return GetVTableEntry(method->GetMethodIndex(), pointer_size); in FindVirtualMethodForVirtual()
396 return GetSuperClass()->GetVTableEntry(method->GetMethodIndex(), pointer_size); in FindVirtualMethodForSuper()
/art/oatdump/
Doatdump.cc515 size_t method_index = m->GetMethodIndex(); in GetQuickOatCode()
/art/runtime/verifier/
Dmethod_verifier.cc3510 if (res_method->GetMethodIndex() >= super_klass->GetVTableLength()) { in VerifyInvocationArgs()