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

/art/runtime/
H A Dtype_lookup_table.h52 if (CmpHashBits(entry->data, hash) && IsStringsEquals(str, entry->str_offset)) {
129 bool IsStringsEquals(const char* str, uint32_t str_offset) const { function in class:art::TypeLookupTable

Completed in 27 milliseconds