/art/runtime/ |
D | art_method-inl.h | 165 uint32_t dex_method_idx = GetDexMethodIndex(); in GetDeclaringClassDescriptor() local 166 if (UNLIKELY(dex_method_idx == dex::kDexNoIndex)) { in GetDeclaringClassDescriptor() 171 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx)); in GetDeclaringClassDescriptor() 186 uint32_t dex_method_idx = GetDexMethodIndex(); in GetSignature() local 187 if (dex_method_idx != dex::kDexNoIndex) { in GetSignature() 190 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx)); in GetSignature() 196 uint32_t dex_method_idx = GetDexMethodIndex(); in GetName() local 197 if (LIKELY(dex_method_idx != dex::kDexNoIndex)) { in GetName() 200 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx)); in GetName() 206 uint32_t dex_method_idx = GetDexMethodIndex(); in GetNameView() local [all …]
|
D | vdex_file.cc | 316 uint32_t dex_method_idx) const { in GetQuickenedInfoOf() 321 CHECK_LT(dex_method_idx, dex_file.NumMethodIds()); in GetQuickenedInfoOf() 323 GetQuickenInfoOffsetTable(dex_file, quickening_info).GetOffset(dex_method_idx); in GetQuickenedInfoOf()
|
D | art_method.cc | 236 const uint32_t dex_method_idx = GetDexMethodIndex(); in FindDexMethodIndexInOtherDexFile() local 237 const dex::MethodId& mid = dexfile->GetMethodId(dex_method_idx); in FindDexMethodIndexInOtherDexFile() 242 return dex_method_idx; in FindDexMethodIndexInOtherDexFile()
|
D | vdex_file.h | 329 uint32_t dex_method_idx) const;
|
D | oat_file.h | 529 uint32_t dex_method_idx) const;
|
D | oat_file.cc | 2011 uint32_t dex_method_idx) const { in GetQuickenedInfoOf() 2016 return oat_file->GetVdexFile()->GetQuickenedInfoOf(dex_file, dex_method_idx); in GetQuickenedInfoOf()
|
D | class_linker.cc | 3736 const uint32_t dex_method_idx = method.GetIndex(); in LoadMethod() local 3737 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod() 3741 dst->SetDexMethodIndex(dex_method_idx); in LoadMethod() 3785 dex_file, dst->GetClassDef(), dex_method_idx); in LoadMethod()
|
/art/test/661-oat-writer-layout/ |
D | parse_oatdump_offsets.sh | 29 if [[ $line == *dex_method_idx=* ]]; then
|
/art/dexlayout/ |
D | dexlayout.h | 187 void DumpCFG(const DexFile* dex_file, uint32_t dex_method_idx, const dex::CodeItem* code);
|
/art/profman/ |
D | profman.cc | 657 for (uint16_t dex_method_idx : combined_methods) { in GetClassNamesAndMethods() local 658 const dex::MethodId& id = dex_file->GetMethodId(dex_method_idx); in GetClassNamesAndMethods() 663 if (hot_methods.find(dex_method_idx) != hot_methods.end()) { in GetClassNamesAndMethods() 666 if (startup_methods.find(dex_method_idx) != startup_methods.end()) { in GetClassNamesAndMethods() 669 if (post_startup_methods.find(dex_method_idx) != post_startup_methods.end()) { in GetClassNamesAndMethods()
|
/art/runtime/verifier/ |
D | method_verifier.h | 191 uint32_t dex_method_idx,
|
D | method_verifier.cc | 690 uint32_t dex_method_idx, in MethodVerifier() argument 702 dex_method_idx, in MethodVerifier() 3825 uint32_t dex_method_idx, MethodType method_type) { in ResolveMethodAndCheckAccess() argument 3826 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess() 3842 ArtMethod* res_method = dex_cache_->GetResolvedMethod(dex_method_idx, pointer_size); in ResolveMethodAndCheckAccess() 3845 klass, dex_cache_.Get(), class_loader_.Get(), dex_method_idx); in ResolveMethodAndCheckAccess() 3851 VerifierDeps::MaybeRecordMethodResolution(*dex_file_, dex_method_idx, res_method); in ResolveMethodAndCheckAccess() 3864 klass, dex_cache_.Get(), class_loader_.Get(), dex_method_idx); in ResolveMethodAndCheckAccess() 3903 << "non-interface method " << dex_file_->PrettyMethod(dex_method_idx) in ResolveMethodAndCheckAccess() 3910 << "interface method " << dex_file_->PrettyMethod(dex_method_idx) in ResolveMethodAndCheckAccess() [all …]
|
D | verifier_deps.h | 286 uint32_t dex_method_idx,
|
/art/runtime/mirror/ |
D | class.cc | 494 uint32_t dex_method_idx, in FindInterfaceMethod() argument 498 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindInterfaceMethod() 607 uint32_t dex_method_idx, in FindClassMethod() argument 616 DCHECK_EQ(dex_type_idx_, GetDexFile().GetMethodId(dex_method_idx).class_idx_.index_); in FindClassMethod() 618 if (method.GetDexMethodIndex() == dex_method_idx) { in FindClassMethod() 625 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindClassMethod()
|
D | class.h | 849 uint32_t dex_method_idx, 888 uint32_t dex_method_idx,
|
/art/oatdump/ |
D | oatdump.cc | 1106 uint32_t dex_method_idx, in DumpOatMethod() argument 1115 std::string method_name = dex_file.GetMethodName(dex_file.GetMethodId(dex_method_idx)); in DumpOatMethod() 1120 std::string pretty_method = dex_file.PrettyMethod(dex_method_idx, true); in DumpOatMethod() 1123 dex_method_idx); in DumpOatMethod() 1164 dex_method_idx, &dex_file, class_def, code_item, in DumpOatMethod() 1498 uint32_t dex_method_idx, in DumpVerifier() argument 1511 dex_method_idx, dex_cache, *options_.class_loader_); in DumpVerifier() 1517 soa.Self(), vios, dex_method_idx, dex_file, dex_cache, *options_.class_loader_, in DumpVerifier()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 2653 uint32_t dex_method_idx; in artInvokeInterfaceTrampoline() local 2661 dex_method_idx = instr.VRegB_35c(); in artInvokeInterfaceTrampoline() 2664 dex_method_idx = instr.VRegB_3rc(); in artInvokeInterfaceTrampoline() 2669 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(dex_method_idx), in artInvokeInterfaceTrampoline() 2678 self, dex_method_idx, caller_method, kInterface); in artInvokeInterfaceTrampoline()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 1481 uint32_t dex_method_idx = dex_file_->GetIndexForMethodId(*method_id); in UpdateMethods() local 1482 method.SetDexMethodIndex(dex_method_idx); in UpdateMethods() 1484 method.SetCodeItemOffset(dex_file_->FindCodeItemOffset(class_def, dex_method_idx)); in UpdateMethods()
|
/art/libdexfile/dex/ |
D | dex_file.h | 331 uint32_t dex_method_idx) const;
|