Searched defs:descriptor_hash (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dclass_table-inl.h126 inline ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass, uint32_t descriptor_hash) argument
127 : data_(Encode(klass, MaskHash(descriptor_hash))) {
131 CHECK_EQ(descriptor_hash, hash);
/art/runtime/native/
H A Djava_lang_VMClassLoader.cc76 const size_t descriptor_hash = ComputeModifiedUtf8Hash(descriptor.c_str()); local
81 descriptor_hash,
112 descriptor_hash,

Completed in 67 milliseconds