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

/art/runtime/
H A Dart_method.cc164 const DexFile* dexfile = GetDexFile(); local
166 const DexFile::MethodId& mid = dexfile->GetMethodId(dex_method_idx);
168 DCHECK_STREQ(dexfile->GetMethodName(mid), other_dexfile.GetMethodName(name_and_sig_mid));
169 DCHECK_EQ(dexfile->GetMethodSignature(mid), other_dexfile.GetMethodSignature(name_and_sig_mid));
170 if (dexfile == &other_dexfile) {
173 const char* mid_declaring_class_descriptor = dexfile->StringByTypeIdx(mid.class_idx_);

Completed in 17 milliseconds