Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils-inl.h460 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()
/art/runtime/
Dart_method.cc87 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()
Dcha.cc366 method_in_super->GetMethodIndex(), in CheckVirtualMethodSingleImplementationInfo()
371 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo()
Dart_method.h356 uint16_t GetMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_);
362 return GetMethodIndex(); in GetVtableIndex()
Dart_method-inl.h81 inline uint16_t ArtMethod::GetMethodIndex() { in GetMethodIndex() function
Dstack_map.h357 return method_infos_.GetRow(inline_info.GetMethodInfoIndex()).GetMethodIndex(); in GetMethodIndexOf()
Dmethod_handles.cc690 uint16_t vtable_index = target_method->GetMethodIndex(); in RefineTargetMethod()
/art/runtime/mirror/
Dclass-inl.h611 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()
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc485 uint32_t vtable_idx = resolved_method->GetMethodIndex(); in CompileInvokeVirtual()
/art/compiler/optimizing/
Dinliner.cc1320 method->GetMethodIndex()); in TryInlineAndReplace()
1369 method->GetMethodIndex()); in TryInlineAndReplace()
Dinstruction_builder.cc871 uint16_t vtable_index = resolved_method->GetMethodIndex(); in ResolveMethod()
1001 resolved_method->GetMethodIndex()); in BuildInvoke()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1446 called->GetMethodIndex(), kRuntimePointerSize); in artQuickResolutionTrampoline()
/art/oatdump/
Doatdump.cc722 oat_method_index = m->GetMethodIndex(); in GetQuickOatCode()
/art/runtime/verifier/
Dmethod_verifier.cc4268 (res_method->GetMethodIndex() >= super.GetClass()->GetVTableLength())) { in VerifyInvocationArgs()