Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dnterp.cc260 uint16_t vtable_index = resolved_method->GetMethodIndex(); in NterpGetMethod()
282 DCHECK_LT(resolved_method->GetMethodIndex(), 0x10000); in NterpGetMethod()
283 return resolved_method->GetMethodIndex() | (1U << 31); in NterpGetMethod()
299 UpdateCache(self, dex_pc_ptr, resolved_method->GetMethodIndex()); in NterpGetMethod()
300 return resolved_method->GetMethodIndex(); in NterpGetMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h454 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodToCall()
491 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodToCall()
685 if (resolved_method->GetMethodIndex() >= super_class->GetVTableLength()) { in FindMethodFast()
689 return super_class->GetVTableEntry(resolved_method->GetMethodIndex(), kRuntimePointerSize); in FindMethodFast()
697 resolved_method->GetMethodIndex(), kRuntimePointerSize); in FindMethodFast()
/art/runtime/
Dart_method.cc90 return &GetDeclaringClass()->GetDirectMethodsSlice(kRuntimePointerSize)[GetMethodIndex()]; in GetNonObsoleteMethod()
92 return GetDeclaringClass()->GetVTableEntry(GetMethodIndex(), kRuntimePointerSize); in GetNonObsoleteMethod()
212 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod()
483 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.h396 uint16_t GetMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_);
402 return GetMethodIndex(); in GetVtableIndex()
Dart_method-inl.h81 inline uint16_t ArtMethod::GetMethodIndex() { in GetMethodIndex() function
Dstack_map.h344 return method_infos_.GetRow(inline_info.GetMethodInfoIndex()).GetMethodIndex(); in GetMethodIndexOf()
Dmethod_handles.cc704 uint16_t vtable_index = target_method->GetMethodIndex(); in RefineTargetMethod()
/art/runtime/mirror/
Dclass-inl.h633 method->GetMethodIndex(), pointer_size); in FindVirtualMethodForInterface()
644 return GetVTableEntry(method->GetMethodIndex(), pointer_size); in FindVirtualMethodForVirtual()
649 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.cc1332 method->GetMethodIndex()); in TryInlineAndReplace()
1381 method->GetMethodIndex()); in TryInlineAndReplace()
1861 const uint32_t method_index = resolved_method->GetMethodIndex(); in CanInlineBody()
Dinstruction_builder.cc893 uint16_t vtable_index = resolved_method->GetMethodIndex(); in ResolveMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1350 called->GetMethodIndex(), kRuntimePointerSize); in artQuickResolutionTrampoline()
/art/oatdump/
Doatdump.cc725 oat_method_index = m->GetMethodIndex(); in GetQuickOatCode()
/art/runtime/verifier/
Dmethod_verifier.cc4310 (res_method->GetMethodIndex() >= super.GetClass()->GetVTableLength())) { in VerifyInvocationArgs()