HomeSort by relevance Sort by last modified time
    Searched refs:HashDescriptor (Results 1 - 2 of 2) sorted by null

  /art/runtime/
class_table.cc 150 const uint32_t hash = TableSlot::HashDescriptor(klass);
169 const uint32_t hash = TableSlot::HashDescriptor(klass);
294 : TableSlot(klass, HashDescriptor(klass)) {}
296 uint32_t ClassTable::TableSlot::HashDescriptor(ObjPtr<mirror::Class> klass) {
class_table.h 83 static uint32_t HashDescriptor(ObjPtr<mirror::Class> klass)

Completed in 157 milliseconds