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

/art/compiler/driver/
H A Ddex_compilation_unit.h73 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
78 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx_);
H A Dcompiler_driver_test.cc129 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i))
130 << " " << dex.GetMethodName(dex.GetMethodId(i));
132 << " " << dex.GetMethodDeclaringClassDescriptor(dex.GetMethodId(i)) << " "
133 << dex.GetMethodName(dex.GetMethodId(i));
H A Dcompiler_driver-inl.h64 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
H A Dcompiler_driver.cc1078 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx);
1115 const DexFile::MethodId& method_id = dex_file.GetMethodId(referrer_idx);
/art/runtime/
H A Dart_method-inl.h335 return dex_file->GetMethodDeclaringClassDescriptor(dex_file->GetMethodId(dex_method_idx));
341 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
349 return dex_file->GetMethodSignature(dex_file->GetMethodId(dex_method_idx));
359 return dex_file->GetMethodName(dex_file->GetMethodId(dex_method_idx));
397 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
404 dex_file->GetMethodId(GetDexMethodIndex()));
426 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
477 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);
99 const DexFile::MethodId& mid = dex_file->GetMethodId(method1->GetDexMethodIndex());
101 const DexFile::MethodId& mid2 = dex_file->GetMethodId(method2->GetDexMethodIndex());
105 const DexFile::MethodId& mid2 = dex_file2->GetMethodId(method2->GetDexMethodIndex());
155 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx);
156 const DexFile::MethodId& name_and_sig_mid = other_dexfile.GetMethodId(name_and_signature_idx);
540 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());
324 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i);
H A Ddex_file.cc580 const DexFile::MethodId& method = GetMethodId(mid);
825 const char* descriptor = GetMethodDeclaringClassDescriptor(GetMethodId(method_idx));
835 DexFileParameterIterator it(*this, GetMethodPrototype(GetMethodId(method_idx)));
H A Dclass_linker.cc2394 const DexFile::MethodId& method_id = dex_file.GetMethodId(dex_method_idx);
3814 const DexFile::MethodId& method_id = dex_file->GetMethodId(m->GetDexMethodIndex());
4159 const DexFile::MethodId& id = dex_file.GetMethodId(dex_data.GetMemberIndex());
4165 const DexFile::MethodId& id = dex_file.GetMethodId(dex_data.GetMemberIndex());
4425 dex_file_(method->GetDexFile()), mid_(&dex_file_->GetMethodId(method->GetDexMethodIndex())),
4441 const DexFile::MethodId& other_mid = other_dex_file->GetMethodId(other->GetDexMethodIndex());
5362 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
5583 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
H A Ddex_file.h605 const MethodId& GetMethodId(uint32_t idx) const { function in class:art::DexFile
H A Dutils.cc376 const DexFile::MethodId& method_id = dex_file.GetMethodId(method_idx);
H A Ddex_file_verifier.cc96 return &dex_file_->GetMethodId(idx);
/art/compiler/dex/quick/
H A Dquick_compiler.cc507 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
539 dex_file.GetMethodId(invoke_method_idx));
646 cu.shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
H A Dcodegen_util.cc374 cu_->dex_file->GetMethodId(cu_->method_idx);
/art/runtime/verifier/
H A Dmethod_verifier.cc1348 dex_file_->GetMethodPrototype(dex_file_->GetMethodId(dex_method_idx_));
2420 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2445 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2526 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2583 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
2818 dex_file_->GetMethodId(dex_method_idx_).class_idx_);
3235 const DexFile::MethodId& method_id = dex_file_->GetMethodId(dex_method_idx);
3368 if (strcmp(dex_file_->GetMethodName(dex_file_->GetMethodId(method_idx)), "<init>") != 0) {
3383 const uint16_t class_idx = dex_file_->GetMethodId(method_idx).class_idx_;
3452 dex_file_->GetProtoId(dex_file_->GetMethodId(method_id
[all...]
/art/runtime/quick/
H A Dinline_method_analyser.cc135 const DexFile::MethodId& method_id = ref.dex_file->GetMethodId(ref.dex_method_index);
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc893 called_method.dex_file->GetMethodId(called_method.dex_method_index), &shorty_len);
1956 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len);
2090 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(dex_method_idx),
/art/compiler/jni/quick/
H A Djni_compiler.cc68 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx));
/art/runtime/mirror/
H A Dclass-inl.h313 uint32_t class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
/art/runtime/native/
H A Ddalvik_system_VMRuntime.cc358 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx);
/art/compiler/dex/
H A Dtype_inference.cc632 const DexFile::MethodId& method_id = dex_file->GetMethodId(method_idx);
H A Dmir_graph.cc1696 target_method.dex_file->GetMethodId(target_method.dex_method_index);
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc948 const DexFile::MethodId& target_method_id = target_dex_file->GetMethodId(target_method_idx);
/art/compiler/optimizing/
H A Dbuilder.cc604 const DexFile::MethodId& method_id = dex_file_->GetMethodId(method_idx);
/art/oatdump/
H A Doatdump.cc776 std::string method_name = dex_file.GetMethodName(dex_file.GetMethodId(dex_method_idx));

Completed in 450 milliseconds