Home
last modified time | relevance | path

Searched refs:MethodId (Results 26 – 50 of 54) sorted by relevance

123

/art/dexlist/
Ddexlist.cc95 const dex::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpMethod()
/art/runtime/
Dart_method-inl.h221 const dex::MethodId& method_id = GetDexFile()->GetMethodId(GetDexMethodIndex()); in ResolveNameString()
341 const dex::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex()); in GetReturnTypeIndex()
Dhidden_api.cc195 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetIndex()); in MemberSignature()
Dclass_linker.cc3974 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in LoadMethod()
5787 const dex::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex()); in ThrowSignatureCheckResolveReturnTypeException()
6412 const dex::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex()); in HasSameNameAndSignature()
6430 const dex::MethodId* const mid_;
7552 const dex::MethodId* m_mid = &dex_file->GetMethodId(m->GetDexMethodIndex()); in CheckVTableHasNoDuplicates()
7582 Entry(const DexFile* dex_file, const dex::MethodId& mid) in CheckVTableHasNoDuplicates()
7612 const dex::MethodId& mid = dex_file->GetMethodId(m->GetDexMethodIndex()); in CheckVTableHasNoDuplicates()
8879 const dex::MethodId& method_id = dex_file.GetMethodId(method_idx); in ResolveMethod()
8967 const dex::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(method_idx); in ResolveMethodWithoutInvokeType()
9446 const dex::MethodId& method_id = dex_file->GetMethodId(method_handle.field_or_method_idx_); in ResolveMethodHandleForMethod()
Dclass_linker_test.cc1574 const dex::MethodId& method1_id = dex_file.GetMethodId(method1->GetDexMethodIndex()); in TEST_F()
1606 const dex::MethodId& method2_id = dex_file.GetMethodId(method2->GetDexMethodIndex()); in TEST_F()
/art/dexdump/
Ddexdump.cc540 const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx); in dumpEncodedValue()
724 const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx); in dumpClassAnnotations()
735 const dex::MethodId& pMethodId = pDexFile->GetMethodId(method_idx); in dumpClassAnnotations()
868 const dex::MethodId& pMethodId = pDexFile->GetMethodId(index); in indexString()
901 const dex::MethodId& pMethodId = pDexFile->GetMethodId(index); in indexString()
1172 const dex::MethodId& pMethodId = pDexFile->GetMethodId(idx); in dumpBytecodes()
1265 const dex::MethodId& pMethodId = dex_file.GetMethodId(method.GetIndex()); in dumpMethod()
1677 const dex::MethodId& method_id = pDexFile->GetMethodId(mh.field_or_method_idx_); in dumpMethodHandle()
/art/libdexfile/dex/
Ddex_file_tracking_registrar.cc207 const dex::MethodId& methodid_item = dex_file_->GetMethodId(method.GetIndex()); in SetCodeItemRegistration()
Dtest_dex_file_builder.h162 uint32_t data_section_offset = method_ids_offset + methods_.size() * sizeof(dex::MethodId); in Build()
209 uint32_t raw_offset = method_ids_offset + entry.second * sizeof(dex::MethodId); in Build()
/art/dexlayout/
Dcompact_dex_writer.cc61 const dex_ir::MethodId* method_id = method.GetMethodId(); in WriteDebugInfoOffsetTable()
249 const dex_ir::MethodId* method_id = method.GetMethodId(); in SortDebugInfosByMethodIndex()
Ddex_verify.cc153 bool VerifyId(dex_ir::MethodId* orig, dex_ir::MethodId* output, std::string* error_msg) { in VerifyId()
/art/profman/
Dboot_image_profile.cc50 const dex::MethodId& id = ref.GetMethodId(); in BootImageRepresentation()
Dprofman.cc755 const dex::MethodId& id = dex_file->GetMethodId(dex_method_idx); in GetClassNamesAndMethods()
981 const dex::MethodId* method_id = dex_file->FindMethodId( in FindMethodIndex()
/art/runtime/verifier/
Dverifier_deps.cc955 const dex::MethodId& method_id = dex_file.GetMethodId(method.GetDexMethodIndex()); in Dump()
1143 const dex::MethodId& method_id = dex_file.GetMethodId(index); in GetMethodDescription()
1159 const dex::MethodId& method_id = dex_file.GetMethodId(entry.GetDexMethodIndex()); in VerifyMethods()
Dmethod_verifier.cc690 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetDeclaringClass()
904 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in Verify()
2973 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
2996 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
3076 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
3133 const dex::MethodId& method_id = dex_file_->GetMethodId(method_idx); in CodeFlowVerifyInstruction()
3875 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx); in ResolveMethodAndCheckAccess()
5022 const dex::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_); in GetMethodReturnType()
/art/runtime/mirror/
Dclass.cc619 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindInterfaceMethod()
746 const dex::MethodId& method_id = dex_file.GetMethodId(dex_method_idx); in FindClassMethod()
777 const dex::MethodId& cmp_method_id = dex_file.GetMethodId(method.GetDexMethodIndex()); in FindClassMethod()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc363 const dex::MethodId& method = dex_file.GetMethodId(method_idx); in ProcessCodeItem()
/art/compiler/debug/
Delf_debug_info_writer.h151 const dex::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index); in Write()
/art/tools/veridex/
Dflow_analysis.cc134 const dex::MethodId& method_id = dex_file.GetMethodId(method_index); in GetReturnType()
/art/compiler/dex/
Dinline_method_analyser.cc514 const dex::MethodId& method_id = ref.dex_file->GetMethodId(ref.index); in IsSyntheticAccessor()
/art/tools/hiddenapi/
Dhiddenapi_test.cc213 const dex::MethodId& mid = dex_file.GetMethodId(method.GetIndex()); in GetMethodHiddenFlags()
Dhiddenapi.cc217 inline const dex::MethodId& GetMethodId() const { in GetMethodId()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc466 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in PreloadDexCachesResolveMethod()
/art/runtime/interpreter/
Dinterpreter_common.h1015 const dex::MethodId& method_id = dex_file->GetMethodId(method_idx); in IsStringInit()
/art/dex2oat/
Dverifier_deps_test.cc391 const dex::MethodId& method_id = dex_dep.first->GetMethodId(entry.GetDexMethodIndex()); in HasMethod()
/art/compiler/optimizing/
Dinstruction_builder.cc574 const dex::MethodId& referrer_method_id = in InitializeParameters()
3443 const dex::MethodId& method_id = in LookupReferrerClass()

123