Home | History | Annotate | Download | only in mirror

Lines Matching full:cmp_method_id

666         const DexFile::MethodId& cmp_method_id = dex_file.GetMethodId(method.GetDexMethodIndex());
667 if (cmp_method_id.name_idx_ == method_id.name_idx_ &&
668 cmp_method_id.proto_idx_ == method_id.proto_idx_) {