/art/compiler/driver/ |
D | dex_compilation_unit.h | 72 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()
|
D | compiler_driver_test.cc | 127 << " " << 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()
|
D | compiler_driver-inl.h | 64 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex()); in ResolveCompilingMethodsClass() 321 target_method->dex_file->GetMethodId(target_method->dex_method_index).class_idx_, in IsFastInvoke()
|
D | compiler_driver.cc | 1411 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/ |
D | art_method-inl.h | 285 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()
|
D | art_method.cc | 63 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()
|
D | dex_file_verifier_test.cc | 222 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()
|
D | dex_file_test.cc | 245 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()
|
D | class_linker-inl.h | 132 const DexFile::MethodId& method = dex_file->GetMethodId(method_idx); in ResolveReferencedClassOfMethod()
|
D | dex_file.h | 639 const MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function 676 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_); in GetMethodShorty()
|
D | utils.cc | 380 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()
|
D | dex_file.cc | 596 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()
|
D | class_linker.cc | 3121 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()
|
D | dex_file_verifier.cc | 100 return &dex_file_->GetMethodId(idx); in CheckLoadMethodId()
|
/art/dexlist/ |
D | dexlist.cc | 103 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpMethod()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 694 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/ |
D | entrypoint_utils-inl.h | 510 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/ |
D | dexdump.cc | 560 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/ |
D | quick_trampoline_entrypoints.cc | 1008 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/ |
D | jni_compiler.cc | 69 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 365 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod()
|
/art/compiler/debug/ |
D | elf_debug_info_writer.h | 140 const DexFile::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index); in Write()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 530 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); in IsSyntheticAccessor()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 496 const DexFile::MethodId& method_id = dex_file->GetMethodId(callee_method_idx); in IsStringInit()
|
/art/runtime/mirror/ |
D | class-inl.h | 411 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; in ResolvedMethodAccessTest()
|