Searched defs:dexfile (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmethod_helper.cc68 const DexFile* dexfile = method->GetDexFile(); local
69 if (dexfile == &other_dexfile) {
72 const DexFile::MethodId& mid = dexfile->GetMethodId(method->GetDexMethodIndex());
73 const char* mid_declaring_class_descriptor = dexfile->StringByTypeIdx(mid.class_idx_);
80 const char* mid_name = dexfile->GetMethodName(mid);
86 dexfile->GetMethodSignature(mid).ToString(), &other_return_type_idx,
109 const DexFile* dexfile = method->GetDexFile(); local
111 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx);
113 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid));
114 DCHECK_EQ(dexfile
[all...]

Completed in 65 milliseconds