Searched refs:other_name (Results 1 – 3 of 3) sorted by relevance
757 const char* other_name = method.GetDexFile()->GetMethodName( in FindClassMethod() local759 if (length == other_length && name == other_name && signature == method.GetSignature()) { in FindClassMethod()
1078 std::string other_name = other.method_reference.PrettyMethod(); in operator <() local1079 return name < other_name; in operator <()
6418 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_, in HasSameNameAndSignature() local6420 if (name_len_ != other_name_len || strcmp(name_, other_name) != 0) { in HasSameNameAndSignature()