/art/runtime/ |
D | method_helper-inl.h | 31 const DexFile::MethodId& mid = dex_file->GetMethodId(GetMethod()->GetDexMethodIndex()); in HasSameNameAndSignature() 34 dex_file->GetMethodId(other->GetMethod()->GetDexMethodIndex()); in HasSameNameAndSignature() 39 other_dex_file->GetMethodId(other->GetMethod()->GetDexMethodIndex()); in HasSameNameAndSignature() 59 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetReturnType()
|
D | method_helper.cc | 32 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx); in GetNameAsString() 72 const DexFile::MethodId& mid = dexfile->GetMethodId(method->GetDexMethodIndex()); in FindDexMethodIndexInOtherDexFile() 111 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx); in FindDexMethodIndexInOtherDexFile() 112 const DexFile::MethodId& name_and_sig_mid = other_dexfile.GetMethodId(name_and_signature_idx); in FindDexMethodIndexInOtherDexFile()
|
D | dex_file_test.cc | 244 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F() 255 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F() 266 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex()); in TEST_F() 323 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); in TEST_F()
|
D | dex_file.cc | 528 const DexFile::MethodId& method = GetMethodId(mid); in FindMethodId() 772 const char* descriptor = GetMethodDeclaringClassDescriptor(GetMethodId(method_idx)); in DecodeDebugInfo0() 782 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx))); in DecodeDebugInfo0()
|
D | class_linker.cc | 2884 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod() 4553 const DexFile::MethodId& id = dex_file.GetMethodId(dex_data.GetMemberIndex()); in DumpClass() 4559 const DexFile::MethodId& id = dex_file.GetMethodId(dex_data.GetMemberIndex()); in DumpClass() 4808 dex_file_(method->GetDexFile()), mid_(&dex_file_->GetMethodId(method->GetDexMethodIndex())), in SHARED_LOCKS_REQUIRED() 4824 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature() 5684 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod() 5903 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in MethodShorty()
|
D | dex_file.h | 588 const MethodId& GetMethodId(uint32_t idx) const { in GetMethodId() function
|
D | utils.cc | 395 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx); in PrettyMethod()
|
/art/compiler/driver/ |
D | compiler_driver_test.cc | 126 … << " " << dex->GetMethodDeclaringClassDescriptor(dex->GetMethodId(i)) in TEST_F() 127 << " " << 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() 135 … << dex->GetMethodDeclaringClassDescriptor(dex->GetMethodId(i)) in TEST_F() 136 << " " << dex->GetMethodName(dex->GetMethodId(i)); in TEST_F()
|
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-inl.h | 49 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex()); in ResolveCompilingMethodsClass()
|
D | compiler_driver.cc | 891 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); in CanAccessTypeWithoutChecks() 928 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx); in CanAccessInstantiableTypeWithoutChecks()
|
/art/compiler/sea_ir/types/ |
D | type_inference.cc | 42 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in FunctionTypeInfo() 52 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in FunctionTypeInfo() 58 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetReturnValueType() 90 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in GetDeclaredArgumentTypes()
|
/art/runtime/mirror/ |
D | art_method-inl.h | 423 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor() 429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length); in GetShorty() 437 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature() 447 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx)); in GetName() 486 return dex_file->GetMethodPrototype(dex_file->GetMethodId(method->GetDexMethodIndex())); in GetPrototype() 493 dex_file->GetMethodId(method->GetDexMethodIndex())); in GetParameterTypeList() 513 const DexFile::MethodId& method_id = dex_file->GetMethodId(method->GetDexMethodIndex()); in GetReturnTypeDescriptor()
|
D | class-inl.h | 288 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_; in ResolvedMethodAccessTest()
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 68 dex_file->GetMethodId(dex_compilation_unit_->GetDexMethodIndex()); in Compile()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1214 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_)); in SetTypesFromSignature() 2245 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() 2268 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() 2351 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() 2409 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction() 3043 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() 3176 if (strcmp(dex_file_->GetMethodName(dex_file_->GetMethodId(method_idx)), "<init>") != 0) { in VerifyInvocationArgsFromIterator() 3191 const uint16_t class_idx = dex_file_->GetMethodId(method_idx).class_idx_; in VerifyInvocationArgsFromIterator() 3261 dex_file_->GetProtoId(dex_file_->GetMethodId(method_idx).proto_idx_)); in VerifyInvocationArgsUnresolvedMethod() 4108 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType() [all …]
|
/art/compiler/dex/ |
D | frontend.cc | 570 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in CanCompileMethod() 605 dex_file.GetMethodId(invoke_method_idx)); in CanCompileMethod()
|
D | mir_graph.cc | 693 cu_->shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in InlineMethod() 1405 const DexFile::MethodId& method_id = cu_->dex_file->GetMethodId(target_idx); in GetShortyFromTargetIdx()
|
/art/compiler/ |
D | elf_patcher.cc | 155 cpatch->GetTargetDexFile()->GetMethodId(cpatch->GetTargetMethodIdx()); in SetPatchLocation()
|
/art/compiler/dex/quick/ |
D | codegen_util.cc | 344 cu_->dex_file->GetMethodId(cu_->method_idx); in CodegenDump() 475 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in InstallLiteralPools() 493 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx); in InstallLiteralPools()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 139 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index); in IsSyntheticAccessor()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 781 dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), &shorty_len); in artQuickResolutionTrampoline() 1787 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len); in artInvokeCommon() 1926 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline()
|
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 64 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal()
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 309 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod()
|
/art/compiler/optimizing/ |
D | builder.cc | 328 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx); in BuildInvoke()
|