Home
last modified time | relevance | path

Searched refs:other_name (Results 1 – 2 of 2) 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.cc1067 std::string other_name = other.method_reference.PrettyMethod(); in operator <() local
1068 return name < other_name; in operator <()