Searched refs:GetMethodIndex (Results 1 – 14 of 14) sorted by relevance
460 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodToCall()497 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodToCall()691 if (resolved_method->GetMethodIndex() >= super_class->GetVTableLength()) { in FindMethodFast()695 return super_class->GetVTableEntry(resolved_method->GetMethodIndex(), kRuntimePointerSize); in FindMethodFast()703 resolved_method->GetMethodIndex(), kRuntimePointerSize); in FindMethodFast()
87 return &GetDeclaringClass()->GetDirectMethodsSlice(kRuntimePointerSize)[GetMethodIndex()]; in GetNonObsoleteMethod()89 return GetDeclaringClass()->GetVTableEntry(GetMethodIndex(), kRuntimePointerSize); in GetNonObsoleteMethod()203 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod()492 oat_method_index = method->GetMethodIndex(); in FindOatMethodFor()
366 method_in_super->GetMethodIndex(), in CheckVirtualMethodSingleImplementationInfo()371 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo()
356 uint16_t GetMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_);362 return GetMethodIndex(); in GetVtableIndex()
81 inline uint16_t ArtMethod::GetMethodIndex() { in GetMethodIndex() function
357 return method_infos_.GetRow(inline_info.GetMethodInfoIndex()).GetMethodIndex(); in GetMethodIndexOf()
690 uint16_t vtable_index = target_method->GetMethodIndex(); in RefineTargetMethod()
611 method->GetMethodIndex(), pointer_size); in FindVirtualMethodForInterface()622 return GetVTableEntry(method->GetMethodIndex(), pointer_size); in FindVirtualMethodForVirtual()627 return GetSuperClass()->GetVTableEntry(method->GetMethodIndex(), pointer_size); in FindVirtualMethodForSuper()
485 uint32_t vtable_idx = resolved_method->GetMethodIndex(); in CompileInvokeVirtual()
1320 method->GetMethodIndex()); in TryInlineAndReplace()1369 method->GetMethodIndex()); in TryInlineAndReplace()
871 uint16_t vtable_index = resolved_method->GetMethodIndex(); in ResolveMethod()1001 resolved_method->GetMethodIndex()); in BuildInvoke()
1446 called->GetMethodIndex(), kRuntimePointerSize); in artQuickResolutionTrampoline()
722 oat_method_index = m->GetMethodIndex(); in GetQuickOatCode()
4268 (res_method->GetMethodIndex() >= super.GetClass()->GetVTableLength())) { in VerifyInvocationArgs()