Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_memory_region.h231 uint32_t lhs_bits = lhs.LoadBits(bit, kNumBits); in Compare() local
233 if (lhs_bits != rhs_bits) { in Compare()
234 return (lhs_bits < rhs_bits) ? -1 : 1; in Compare()
238 uint32_t lhs_bits = lhs.LoadBits(bit, num_bits); in Compare() local
240 if (lhs_bits != rhs_bits) { in Compare()
241 return (lhs_bits < rhs_bits) ? -1 : 1; in Compare()