Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc144 const uint32_t hash = TableSlot::HashDescriptor(klass); in Insert()
163 const uint32_t hash = TableSlot::HashDescriptor(klass); in InsertWithoutLocks()
296 : TableSlot(klass, HashDescriptor(klass)) {} in TableSlot()
298 uint32_t ClassTable::TableSlot::HashDescriptor(ObjPtr<mirror::Class> klass) { in HashDescriptor() function in art::ClassTable::TableSlot
Dclass_table-inl.h135 DCHECK_EQ(descriptor_hash, HashDescriptor(klass)); in TableSlot()
Dclass_table.h81 static uint32_t HashDescriptor(ObjPtr<mirror::Class> klass)