Home
last modified time | relevance | path

Searched refs:GetMethodId (Results 1 – 25 of 27) sorted by relevance

12

/art/compiler/driver/
Ddex_compilation_unit.h72 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty()
77 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetShorty()
Dcompiler_driver_test.cc127 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) in TEST_F()
128 << " " << dex.GetMethodName(dex.GetMethodId(i)); in TEST_F()
130 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " " in TEST_F()
131 << dex.GetMethodName(dex.GetMethodId(i)); in TEST_F()
Dcompiler_driver-inl.h64 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex()); in ResolveCompilingMethodsClass()
321 target_method->dex_file->GetMethodId(target_method->dex_method_index).class_idx_, in IsFastInvoke()
Dcompiler_driver.cc1411 const DexFile::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(referrer_idx); in CanAccessTypeWithoutChecks()
1444 const DexFile::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(referrer_idx); in CanAccessInstantiableTypeWithoutChecks()
/art/runtime/
Dart_method-inl.h285 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor()
291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
299 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature()
309 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx)); in GetName()
347 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex())); in GetPrototype()
354 dex_file->GetMethodId(GetDexMethodIndex())); in GetParameterTypeList()
376 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeDescriptor()
430 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnType()
Dart_method.cc63 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); in GetNameAsString()
110 const DexFile::MethodId& mid = dex_file->GetMethodId(GetDexMethodIndex()); in HasSameNameAndSignature()
112 const DexFile::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
116 const DexFile::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
166 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx); in FindDexMethodIndexInOtherDexFile()
167 const DexFile::MethodId& name_and_sig_mid = other_dexfile.GetMethodId(name_and_signature_idx); in FindDexMethodIndexInOtherDexFile()
338 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in EqualParameters()
Ddex_file_verifier_test.cc222 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F()
232 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F()
242 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0)); in TEST_F()
314 uint32_t name_index = dex_file->GetMethodId(method_index).name_idx_; in FindMethodData()
701 auto* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(method_idx)); in TEST_F()
1502 CHECK_EQ(dex_file->GetMethodId(method_idx).name_idx_, in TEST_F()
1503 dex_file->GetMethodId(method_idx + 1).name_idx_); in TEST_F()
1504 CHECK_EQ(dex_file->GetMethodId(method_idx).proto_idx_ + 1u, in TEST_F()
1505 dex_file->GetMethodId(method_idx + 1).proto_idx_); in TEST_F()
1507 uint32_t proto1_idx = dex_file->GetMethodId(method_idx).proto_idx_; in TEST_F()
Ddex_file_test.cc245 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F()
256 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F()
267 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F()
325 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); in TEST_F()
Dclass_linker-inl.h132 const DexFile::MethodId& method = dex_file->GetMethodId(method_idx); in ResolveReferencedClassOfMethod()
Ddex_file.h639 const MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
676 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_); in GetMethodShorty()
Dutils.cc380 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in PrettyMethod()
1811 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); in DumpMethodCFG()
Ddex_file.cc596 const DexFile::MethodId& method = GetMethodId(mid); in FindMethodId()
862 const char* descriptor = GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)); in DecodeDebugLocalInfo()
872 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugLocalInfo()
Dclass_linker.cc3121 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod()
4789 const DexFile::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex()); in ThrowSignatureCheckResolveReturnTypeException()
5200 const DexFile::MethodId& id = dex_file.GetMethodId(dex_data.GetMemberIndex()); in DumpClass()
5206 const DexFile::MethodId& id = dex_file.GetMethodId(dex_data.GetMemberIndex()); in DumpClass()
5502 dex_file_(method->GetDexFile()), mid_(&dex_file_->GetMethodId(method->GetDexMethodIndex())), in SHARED_REQUIRES()
5518 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
7389 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod()
7586 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethodWithoutInvokeType()
7686 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in MethodShorty()
Ddex_file_verifier.cc100 return &dex_file_->GetMethodId(idx); in CheckLoadMethodId()
/art/dexlist/
Ddexlist.cc103 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpMethod()
/art/runtime/verifier/
Dmethod_verifier.cc694 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify()
1687 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature()
2856 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
2878 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
2955 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
3009 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
3244 dex_file_->GetMethodId(dex_method_idx_).class_idx_); in CodeFlowVerifyInstruction()
3745 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess()
3911 if (strcmp(dex_file_->GetMethodName(dex_file_->GetMethodId(method_idx)), "<init>") != 0) { in VerifyInvocationArgsFromIterator()
3933 const uint16_t class_idx = dex_file_->GetMethodId(method_idx).class_idx_; in VerifyInvocationArgsFromIterator()
[all …]
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h510 uint16_t method_type_idx = referring_class->GetDexFile().GetMethodId(method_idx).class_idx_; in FindMethodFromCode()
695 uint16_t method_type_idx = referring_class->GetDexFile().GetMethodId(method_idx).class_idx_; in FindMethodFast()
/art/dexdump/
Ddexdump.cc560 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(index); in indexString()
856 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpBytecodes()
919 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1008 called_method.dex_file->GetMethodId(called_method.dex_method_index), &shorty_len); in artQuickResolutionTrampoline()
2051 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artInvokeCommon()
2203 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline()
/art/compiler/jni/quick/
Djni_compiler.cc69 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc365 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod()
/art/compiler/debug/
Delf_debug_info_writer.h140 const DexFile::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index); in Write()
/art/runtime/quick/
Dinline_method_analyser.cc530 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); in IsSyntheticAccessor()
/art/runtime/interpreter/
Dinterpreter.cc496 const DexFile::MethodId& method_id = dex_file->GetMethodId(callee_method_idx); in IsStringInit()
/art/runtime/mirror/
Dclass-inl.h411 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; in ResolvedMethodAccessTest()

12