Home
last modified time | relevance | path

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

/art/runtime/
Dclass_table.cc115 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
Dclass_table-inl.h174 DCHECK_EQ(descriptor_hash, HashDescriptor(klass)); in TableSlot()
187 uint32_t hash = TableSlot::HashDescriptor(klass); in LookupByDescriptor()
Dclass_table.h81 static uint32_t HashDescriptor(ObjPtr<mirror::Class> klass)
/art/dex2oat/linker/
Dimage_writer.cc1644 uint32_t hash = ClassTable::TableSlot::HashDescriptor(klass); in ProcessCollectedClasses()
1660 uint32_t hash = ClassTable::TableSlot::HashDescriptor(klass); in ProcessCollectedClasses()