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

/art/compiler/driver/
H A Ddex_compilation_unit.h70 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
75 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
H A Dcompiler_driver_test.cc120 << " " << dex->GetMethodDeclaringClassDescriptor(dex->GetMethodId(i))
121 << " " << dex->GetMethodName(dex->GetMethodId(i));
124 << dex->GetMethodDeclaringClassDescriptor(dex->GetMethodId(i))
125 << " " << dex->GetMethodName(dex->GetMethodId(i));
H A Dcompiler_driver.cc835 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx);
872 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx);
899 const DexFile::MethodId& referrer_method_id = mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
1143 target_method.dex_file->GetMethodId(target_method.dex_method_index).class_idx_;
1216 cm_dexfile->GetMethodId(called_method->GetDexMethodIndex());
/art/compiler/sea_ir/types/
H A Dtype_inference.cc42 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
52 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
58 const art::DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
90 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_));
/art/runtime/
H A Ddex_file_test.cc158 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
171 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
184 const DexFile::MethodId& method_id = raw->GetMethodId(it.GetMemberIndex());
243 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i);
H A Dobject_utils.h421 return dex_file.GetMethodName(dex_file.GetMethodId(dex_method_idx));
441 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
449 result = dex_file.GetMethodShorty(dex_file.GetMethodId(method_->GetDexMethodIndex()),
467 return dex_file.GetMethodSignature(dex_file.GetMethodId(dex_method_idx));
475 return dex_file.GetMethodPrototype(dex_file.GetMethodId(method_->GetDexMethodIndex()));
485 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_->GetDexMethodIndex());
493 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_->GetDexMethodIndex());
512 return dex_file.GetMethodDeclaringClassDescriptor(dex_file.GetMethodId(dex_method_idx));
574 const DexFile::MethodId& mid = dex_file.GetMethodId(method_->GetDexMethodIndex());
576 dex_file.GetMethodId(othe
[all...]
H A Ddex_file_verifier.cc1324 const DexFile::MethodId& method = dex_file_->GetMethodId(it.GetMemberIndex());
1342 const DexFile::MethodId& method = dex_file_->GetMethodId(method_items[0].method_idx_);
1348 const DexFile::MethodId& method = dex_file_->GetMethodId(parameter_items[0].method_idx_);
1707 const DexFile::MethodId& method = dex_file_->GetMethodId(it.GetMemberIndex());
1749 const DexFile::MethodId& method = dex_file_->GetMethodId(method_item->method_idx_);
1765 const DexFile::MethodId& parameter_method = dex_file_->GetMethodId(parameter_item->method_idx_);
H A Ddex_file.cc414 const DexFile::MethodId& method = GetMethodId(mid);
677 const char* descriptor = GetMethodDeclaringClassDescriptor(GetMethodId(method_idx));
687 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx)));
H A Ddex_file.h532 const MethodId& GetMethodId(uint32_t idx) const { function in class:art::DexFile
H A Dutils.cc383 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
H A Dclass_linker.cc1851 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
3183 dex_file.GetMethodPrototype(dex_file.GetMethodId(method->GetDexMethodIndex()));
4017 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
4223 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
/art/compiler/jni/portable/
H A Djni_compiler.cc68 dex_file->GetMethodId(dex_compilation_unit_->GetDexMethodIndex());
/art/compiler/dex/quick/
H A Dcodegen_util.cc272 cu_->dex_file->GetMethodId(cu_->method_idx);
371 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target);
387 const DexFile::MethodId& id = cu_->dex_file->GetMethodId(target);
H A Dgen_invoke.cc1223 cu_->dex_file->GetMethodDeclaringClassDescriptor(cu_->dex_file->GetMethodId(info->index)));
/art/runtime/entrypoints/
H A Dentrypoint_utils.cc220 dex_file.GetMethodId(method_idx).class_idx_,
/art/runtime/verifier/
H A Dmethod_verifier.cc1174 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_));
2137 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2161 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2229 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2286 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2893 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx);
3832 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
3841 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
/art/compiler/jni/quick/
H A Djni_compiler.cc62 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc522 dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx), &shorty_len);
/art/compiler/dex/
H A Dmir_graph.cc540 cu_->shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
1069 const DexFile::MethodId& method_id = cu_->dex_file->GetMethodId(target_idx);
/art/compiler/
H A Dimage_writer.cc709 const DexFile::MethodId& id = patch->GetDexFile().GetMethodId(patch->GetTargetMethodIdx());
/art/compiler/llvm/
H A Dgbc_expander.cc2677 dex_compilation_unit_->GetDexFile()->GetMethodId(method_idx);

Completed in 337 milliseconds