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

/art/runtime/
H A Dmethod_info.h57 ALWAYS_INLINE MethodIndexType GetMethodIndex(size_t index) const { function in class:art::MethodInfo
H A Dart_method.cc86 return &GetDeclaringClass()->GetDirectMethodsSlice(kRuntimePointerSize)[GetMethodIndex()];
88 return GetDeclaringClass()->GetVTableEntry(GetMethodIndex(), kRuntimePointerSize);
218 uint16_t method_index = GetMethodIndex();
517 oat_method_index = method->GetMethodIndex();
H A Dcha.cc366 method_in_super->GetMethodIndex(),
371 uint16_t method_index = method_in_super->GetMethodIndex();
H A Dart_method.h353 uint16_t GetMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_);
359 return GetMethodIndex();
H A Dstack_map.h1009 return method_info.GetMethodIndex(GetMethodIndexIdxAtDepth(encoding, depth));
1255 ALWAYS_INLINE uint32_t GetMethodIndex(const InvokeInfoEncoding& encoding, function in class:art::DexRegisterLocation::InvokeInfo
1257 return method_info.GetMethodIndex(GetMethodIndexIdx(encoding));
H A Dart_method-inl.h88 inline uint16_t ArtMethod::GetMethodIndex() { function in class:art::ArtMethod
H A Dmethod_handles.cc688 uint16_t vtable_index = target_method->GetMethodIndex();
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h475 uint16_t vtable_index = resolved_method->GetMethodIndex();
512 uint16_t vtable_index = resolved_method->GetMethodIndex();
694 if (resolved_method->GetMethodIndex() >= super_class->GetVTableLength()) {
698 return super_class->GetVTableEntry(resolved_method->GetMethodIndex(), kRuntimePointerSize);
706 resolved_method->GetMethodIndex(), kRuntimePointerSize);
/art/runtime/mirror/
H A Dclass-inl.h596 method->GetMethodIndex(), pointer_size);
607 return GetVTableEntry(method->GetMethodIndex(), pointer_size);
612 return GetSuperClass()->GetVTableEntry(method->GetMethodIndex(), pointer_size);
/art/compiler/optimizing/
H A Dstack_map_test.cc1021 EXPECT_EQ(invoke1.GetMethodIndex(encoding.invoke_info.encoding, method_info), 1u);
1024 EXPECT_EQ(invoke2.GetMethodIndex(encoding.invoke_info.encoding, method_info), 3u);
1027 EXPECT_EQ(invoke3.GetMethodIndex(encoding.invoke_info.encoding, method_info), 65535u);
H A Dstack_map_stream.cc316 DCHECK_EQ(info.GetMethodIndex(i), method_indices_[i]);
H A Dinliner.cc1298 method->GetMethodIndex());
1349 method->GetMethodIndex());
H A Dinstruction_builder.cc884 uint16_t vtable_index = resolved_method->GetMethodIndex();
1032 resolved_method->GetMethodIndex());
/art/compiler/dex/
H A Ddex_to_dex_compiler.cc485 uint32_t vtable_idx = resolved_method->GetMethodIndex();
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc392 *dex_method_index = invoke.GetMethodIndex(encoding.invoke_info.encoding, method_info);
1455 called->GetMethodIndex(), kRuntimePointerSize);
/art/oatdump/
H A Doatdump.cc679 size_t method_index = m->GetMethodIndex();
/art/runtime/verifier/
H A Dmethod_verifier.cc4266 (res_method->GetMethodIndex() >= super.GetClass()->GetVTableLength())) {

Completed in 279 milliseconds