Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc150 const uint32_t hash = TableSlot::HashDescriptor(klass); in Insert()
169 const uint32_t hash = TableSlot::HashDescriptor(klass); in InsertWithoutLocks()
294 : TableSlot(klass, HashDescriptor(klass)) {} in TableSlot()
296 uint32_t ClassTable::TableSlot::HashDescriptor(ObjPtr<mirror::Class> klass) { in HashDescriptor() function in art::ClassTable::TableSlot
Dclass_table.h83 static uint32_t HashDescriptor(ObjPtr<mirror::Class> klass)