Home
last modified time | relevance | path

Searched refs:other_name (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dclass.cc757 const char* other_name = method.GetDexFile()->GetMethodName( in FindClassMethod() local
759 if (length == other_length && name == other_name && signature == method.GetSignature()) { in FindClassMethod()
/art/dex2oat/linker/
Doat_writer.cc1078 std::string other_name = other.method_reference.PrettyMethod(); in operator <() local
1079 return name < other_name; in operator <()
/art/runtime/
Dclass_linker.cc6418 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_, in HasSameNameAndSignature() local
6420 if (name_len_ != other_name_len || strcmp(name_, other_name) != 0) { in HasSameNameAndSignature()