Searched defs:other_name (Results 1 - 2 of 2) sorted by last modified time

/art/runtime/
H A Dclass_linker.cc4830 const char* other_name = other_dex_file->StringDataAndUtf16LengthByIdx(other_mid.name_idx_, local
4832 if (name_len_ != other_name_len || strcmp(name_, other_name) != 0) {
H A Dmethod_helper.cc81 const DexFile::StringId* other_name = other_dexfile.FindStringId(mid_name); local
82 if (other_name != nullptr) {
93 *other_type_id, *other_name, *other_sig);

Completed in 42 milliseconds