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