Searched refs:descriptor_hash (Results 1 – 3 of 3) sorted by relevance
133 inline ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass, uint32_t descriptor_hash) in TableSlot() argument134 : data_(Encode(klass, MaskHash(descriptor_hash))) { in TableSlot()135 DCHECK_EQ(descriptor_hash, HashDescriptor(klass)); in TableSlot()
60 TableSlot(ObjPtr<mirror::Class> klass, uint32_t descriptor_hash);
82 const size_t descriptor_hash = ComputeModifiedUtf8Hash(descriptor.c_str()); in VMClassLoader_findLoadedClass() local87 descriptor_hash, in VMClassLoader_findLoadedClass()118 descriptor_hash, in VMClassLoader_findLoadedClass()