Searched refs:GetMethodIndex (Results 1 – 17 of 17) sorted by relevance
/art/runtime/ |
D | method_info.h | 55 ALWAYS_INLINE MethodIndexType GetMethodIndex(size_t index) const { in GetMethodIndex() function
|
D | art_method.cc | 84 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()
|
D | cha.cc | 245 method_in_super->GetMethodIndex(), in CheckVirtualMethodSingleImplementationInfo() 251 uint16_t method_index = method_in_super->GetMethodIndex(); in CheckVirtualMethodSingleImplementationInfo()
|
D | art_method.h | 315 uint16_t GetMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_); 321 return GetMethodIndex(); in GetVtableIndex()
|
D | stack_map.h | 1005 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()
|
D | art_method-inl.h | 88 inline uint16_t ArtMethod::GetMethodIndex() { in GetMethodIndex() function
|
D | method_handles.cc | 698 uint16_t vtable_index = target_method->GetMethodIndex(); in RefineTargetMethod()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils-inl.h | 480 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/ |
D | dex_to_dex_compiler.cc | 309 uint32_t vtable_idx = resolved_method->GetMethodIndex(); in CompileInvokeVirtual()
|
/art/runtime/mirror/ |
D | class-inl.h | 548 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/ |
D | stack_map_test.cc | 1004 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()
|
D | stack_map_stream.cc | 307 DCHECK_EQ(info.GetMethodIndex(i), method_indices_[i]); in FillInMethodInfo()
|
D | instruction_builder.cc | 766 uint16_t vtable_index = resolved_method->GetMethodIndex(); in ResolveMethod() 909 resolved_method->GetMethodIndex()); in BuildInvoke()
|
D | inliner.cc | 1249 method->GetMethodIndex()); in TryInlineAndReplace()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 389 *dex_method_index = invoke.GetMethodIndex(encoding.invoke_info.encoding, method_info); in GetInvokeType() 1247 called->GetMethodIndex(), kRuntimePointerSize); in artQuickResolutionTrampoline()
|
/art/oatdump/ |
D | oatdump.cc | 597 size_t method_index = m->GetMethodIndex(); in GetQuickOatCode()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 4342 (res_method->GetMethodIndex() >= super.GetClass()->GetVTableLength())) { in VerifyInvocationArgs()
|