Searched refs:GetMethodId (Results 1 - 25 of 27) sorted by relevance

12

/art/compiler/driver/
H A Ddex_compilation_unit.h72 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
77 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
H A Dcompiler_driver_test.cc127 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i))
128 << " " << dex.GetMethodName(dex.GetMethodId(i));
130 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " "
131 << dex.GetMethodName(dex.GetMethodId(i));
H A Dcompiler_driver-inl.h64 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
321 target_method->dex_file->GetMethodId(target_method->dex_method_index).class_idx_,
H A Dcompiler_driver.cc1411 const DexFile::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(referrer_idx);
1444 const DexFile::MethodId& method_id = dex_cache->GetDexFile()->GetMethodId(referrer_idx);
/art/runtime/
H A Dart_method-inl.h285 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx));
291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
299 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
309 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx));
347 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
354 dex_file->GetMethodId(GetDexMethodIndex()));
376 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
430 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
H A Dart_method.cc63 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx);
110 const DexFile::MethodId& mid = dex_file->GetMethodId(GetDexMethodIndex());
112 const DexFile::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex());
116 const DexFile::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex());
166 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx);
167 const DexFile::MethodId& name_and_sig_mid = other_dexfile.GetMethodId(name_and_signature_idx);
338 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex());
H A Ddex_file_test.cc245 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
256 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
267 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
325 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i);
H A Ddex_file_verifier_test.cc222 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
232 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
242 DexFile::MethodId* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(0));
314 uint32_t name_index = dex_file->GetMethodId(method_index).name_idx_;
701 auto* method_id = const_cast<DexFile::MethodId*>(&dex_file->GetMethodId(method_idx));
1502 CHECK_EQ(dex_file->GetMethodId(method_idx).name_idx_,
1503 dex_file->GetMethodId(method_idx + 1).name_idx_);
1504 CHECK_EQ(dex_file->GetMethodId(method_idx).proto_idx_ + 1u,
1505 dex_file->GetMethodId(method_idx + 1).proto_idx_);
1507 uint32_t proto1_idx = dex_file->GetMethodId(method_id
[all...]
H A Dclass_linker-inl.h125 // GetMethodId(method_idx).class_idx_ refers to a non-interface, non-direct-superclass
132 const DexFile::MethodId& method = dex_file->GetMethodId(method_idx);
H A Ddex_file.h639 const MethodId& GetMethodId(uint32_t idx) const { function in class:art::DexFile
676 return StringDataByIdx(GetProtoId(GetMethodId(idx).proto_idx_).shorty_idx_);
H A Dutils.cc380 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
1818 const DexFile::MethodId& method_id = dex_file->GetMethodId(dex_method_idx);
H A Dclass_linker.cc3148 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
4826 const DexFile::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex());
5282 const DexFile::MethodId& id = dex_file.GetMethodId(dex_data.GetMemberIndex());
5288 const DexFile::MethodId& id = dex_file.GetMethodId(dex_data.GetMemberIndex());
5585 dex_file_(method->GetDexFile()), mid_(&dex_file_->GetMethodId(method->GetDexMethodIndex())),
5601 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex());
7624 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
7821 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
7921 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
H A Ddex_file.cc596 const DexFile::MethodId& method = GetMethodId(mid);
862 const char* descriptor = GetMethodDeclaringClassDescriptor(GetMethodId(method_idx));
872 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx)));
/art/dexlist/
H A Ddexlist.cc103 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx);
/art/runtime/verifier/
H A Dmethod_verifier.cc694 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
1687 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_));
2856 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2878 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2955 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
3009 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
3244 dex_file_->GetMethodId(dex_method_idx_).class_idx_);
3745 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx);
3911 if (strcmp(dex_file_->GetMethodName(dex_file_->GetMethodId(method_idx)), "<init>") != 0) {
3933 const uint16_t class_idx = dex_file_->GetMethodId(method_id
[all...]
/art/dexdump/
H A Ddexdump.cc560 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(index);
856 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx);
919 const DexFile::MethodId& pMethodId = pDexFile->GetMethodId(idx);
/art/runtime/entrypoints/
H A Dentrypoint_utils-inl.h510 uint16_t method_type_idx = referring_class->GetDexFile().GetMethodId(method_idx).class_idx_;
696 uint16_t method_type_idx = referring_class->GetDexFile().GetMethodId(method_idx).class_idx_;
/art/compiler/jni/quick/
H A Djni_compiler.cc69 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1008 called_method.dex_file->GetMethodId(called_method.dex_method_index), &shorty_len);
2051 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len);
2203 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx),
/art/compiler/debug/
H A Delf_debug_info_writer.h140 const DexFile::MethodId& dex_method = dex->GetMethodId(mi->dex_method_index);
/art/runtime/interpreter/
H A Dinterpreter.cc496 const DexFile::MethodId& method_id = dex_file->GetMethodId(callee_method_idx);
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc365 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx);
/art/runtime/quick/
H A Dinline_method_analyser.cc530 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index);
/art/runtime/mirror/
H A Dclass-inl.h413 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
/art/compiler/optimizing/
H A Dinstruction_builder.cc437 dex_file_->GetMethodId(dex_compilation_unit_->GetDexMethodIndex());

Completed in 497 milliseconds

12