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