Searched refs:hash_bits (Results 1 – 2 of 2) sorted by relevance
128 inline uint32_t ClassTable::TableSlot::Encode(ObjPtr<mirror::Class> klass, uint32_t hash_bits) { in Encode() argument129 DCHECK_LE(hash_bits, kHashMask); in Encode()130 return reinterpret_cast<uintptr_t>(klass.Ptr()) | hash_bits; in Encode()
96 static uint32_t Encode(ObjPtr<mirror::Class> klass, uint32_t hash_bits)