Searched refs:other_name_len (Results 1 - 1 of 1) sorted by relevance
/art/runtime/ | ||
H A D | class_linker.cc | 4829 uint32_t other_name_len; local 4831 &other_name_len); 4832 if (name_len_ != other_name_len || strcmp(name_, other_name) != 0) { |
Completed in 27 milliseconds