Searched refs:descriptor_hash (Results 1 – 3 of 3) sorted by relevance
225 inline ClassTable::TableSlot::TableSlot(ObjPtr<mirror::Class> klass, uint32_t descriptor_hash) in TableSlot() argument226 : data_(Encode(klass, MaskHash(descriptor_hash))) { in TableSlot()227 DCHECK_EQ(descriptor_hash, klass->DescriptorHash()); in TableSlot()230 inline ClassTable::TableSlot::TableSlot(uint32_t ptr, uint32_t descriptor_hash) in TableSlot() argument231 : data_(ptr | MaskHash(descriptor_hash)) { in TableSlot()
60 TableSlot(ObjPtr<mirror::Class> klass, uint32_t descriptor_hash);61 TableSlot(uint32_t ptr, uint32_t descriptor_hash);
86 const size_t descriptor_hash = ComputeModifiedUtf8Hash(descriptor.c_str()); in VMClassLoader_findLoadedClass() local91 descriptor_hash, in VMClassLoader_findLoadedClass()118 descriptor_hash, in VMClassLoader_findLoadedClass()