Searched refs:HashDescriptor (Results 1 – 4 of 4) sorted by relevance
115 InsertWithHash(klass, TableSlot::HashDescriptor(klass)); in Insert()189 : TableSlot(klass, HashDescriptor(klass)) {} in TableSlot()191 uint32_t ClassTable::TableSlot::HashDescriptor(ObjPtr<mirror::Class> klass) { in HashDescriptor() function in art::ClassTable::TableSlot
174 DCHECK_EQ(descriptor_hash, HashDescriptor(klass)); in TableSlot()187 uint32_t hash = TableSlot::HashDescriptor(klass); in LookupByDescriptor()
81 static uint32_t HashDescriptor(ObjPtr<mirror::Class> klass)
1644 uint32_t hash = ClassTable::TableSlot::HashDescriptor(klass); in ProcessCollectedClasses()1660 uint32_t hash = ClassTable::TableSlot::HashDescriptor(klass); in ProcessCollectedClasses()