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

/art/runtime/
H A Dart_method.cc167 const DexFile::MethodId& name_and_sig_mid = other_dexfile.GetMethodId(name_and_signature_idx); local
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));
177 *other_type_id, other_dexfile.GetStringId(name_and_sig_mid.name_idx_),
178 other_dexfile.GetProtoId(name_and_sig_mid.proto_idx_));

Completed in 22 milliseconds