Home
last modified time | relevance | path

Searched refs:dex_method_idx (Results 1 – 19 of 19) sorted by relevance

/art/runtime/
Dart_method-inl.h165 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 …]
Dvdex_file.cc316 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()
Dart_method.cc236 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()
Dvdex_file.h329 uint32_t dex_method_idx) const;
Doat_file.h529 uint32_t dex_method_idx) const;
Doat_file.cc2011 uint32_t dex_method_idx) const { in GetQuickenedInfoOf()
2016 return oat_file->GetVdexFile()->GetQuickenedInfoOf(dex_file, dex_method_idx); in GetQuickenedInfoOf()
Dclass_linker.cc3736 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/
Dparse_oatdump_offsets.sh29 if [[ $line == *dex_method_idx=* ]]; then
/art/dexlayout/
Ddexlayout.h187 void DumpCFG(const DexFile* dex_file, uint32_t dex_method_idx, const dex::CodeItem* code);
/art/profman/
Dprofman.cc657 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/
Dmethod_verifier.h191 uint32_t dex_method_idx,
Dmethod_verifier.cc690 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 …]
Dverifier_deps.h286 uint32_t dex_method_idx,
/art/runtime/mirror/
Dclass.cc494 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()
Dclass.h849 uint32_t dex_method_idx,
888 uint32_t dex_method_idx,
/art/oatdump/
Doatdump.cc1106 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/
Dquick_trampoline_entrypoints.cc2653 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/
Dti_redefine.cc1481 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/
Ddex_file.h331 uint32_t dex_method_idx) const;