Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_info.h55 ALWAYS_INLINE MethodIndexType GetMethodIndex(size_t index) const { in GetMethodIndex() function
Dart_method.cc84 return &GetDeclaringClass()->GetDirectMethodsSlice(kRuntimePointerSize)[GetMethodIndex()]; in GetNonObsoleteMethod()
86 return GetDeclaringClass()->GetVTableEntry(GetMethodIndex(), kRuntimePointerSize); in GetNonObsoleteMethod()
210 uint16_t method_index = GetMethodIndex(); in FindOverriddenMethod()
530 oat_method_index = method->GetMethodIndex(); in FindOatMethodFor()
Dcha.cc245 method_in_super->GetMethodIndex(), in CheckVirtualMethodSingleImplementationInfo()
251 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo()
Dart_method.h315 uint16_t GetMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_);
321 return GetMethodIndex(); in GetVtableIndex()
Dstack_map.h1005 return method_info.GetMethodIndex(GetMethodIndexIdxAtDepth(encoding, depth)); in GetMethodIndexAtDepth()
1251 ALWAYS_INLINE uint32_t GetMethodIndex(const InvokeInfoEncoding& encoding, in GetMethodIndex() function
1253 return method_info.GetMethodIndex(GetMethodIndexIdx(encoding)); in GetMethodIndex()
Dart_method-inl.h88 inline uint16_t ArtMethod::GetMethodIndex() { in GetMethodIndex() function
Dmethod_handles.cc698 uint16_t vtable_index = target_method->GetMethodIndex(); in RefineTargetMethod()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h480 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodFromCode()
516 uint16_t vtable_index = resolved_method->GetMethodIndex(); in FindMethodFromCode()
698 if (resolved_method->GetMethodIndex() >= super_class->GetVTableLength()) { in FindMethodFast()
702 return super_class->GetVTableEntry(resolved_method->GetMethodIndex(), kRuntimePointerSize); in FindMethodFast()
710 resolved_method->GetMethodIndex(), kRuntimePointerSize); in FindMethodFast()
/art/compiler/dex/
Ddex_to_dex_compiler.cc309 uint32_t vtable_idx = resolved_method->GetMethodIndex(); in CompileInvokeVirtual()
/art/runtime/mirror/
Dclass-inl.h548 method->GetMethodIndex(), pointer_size); in FindVirtualMethodForInterface()
559 return GetVTableEntry(method->GetMethodIndex(), pointer_size); in FindVirtualMethodForVirtual()
564 return GetSuperClass()->GetVTableEntry(method->GetMethodIndex(), pointer_size); in FindVirtualMethodForSuper()
/art/compiler/optimizing/
Dstack_map_test.cc1004 EXPECT_EQ(invoke1.GetMethodIndex(encoding.invoke_info.encoding, method_info), 1u); in TEST()
1007 EXPECT_EQ(invoke2.GetMethodIndex(encoding.invoke_info.encoding, method_info), 3u); in TEST()
1010 EXPECT_EQ(invoke3.GetMethodIndex(encoding.invoke_info.encoding, method_info), 65535u); in TEST()
Dstack_map_stream.cc307 DCHECK_EQ(info.GetMethodIndex(i), method_indices_[i]); in FillInMethodInfo()
Dinstruction_builder.cc766 uint16_t vtable_index = resolved_method->GetMethodIndex(); in ResolveMethod()
909 resolved_method->GetMethodIndex()); in BuildInvoke()
Dinliner.cc1249 method->GetMethodIndex()); in TryInlineAndReplace()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc389 *dex_method_index = invoke.GetMethodIndex(encoding.invoke_info.encoding, method_info); in GetInvokeType()
1247 called->GetMethodIndex(), kRuntimePointerSize); in artQuickResolutionTrampoline()
/art/oatdump/
Doatdump.cc597 size_t method_index = m->GetMethodIndex(); in GetQuickOatCode()
/art/runtime/verifier/
Dmethod_verifier.cc4342 (res_method->GetMethodIndex() >= super.GetClass()->GetVTableLength())) { in VerifyInvocationArgs()