Searched refs:DescriptorHash (Results 1 – 7 of 7) sorted by relevance
32 : TableSlot(klass, klass->DescriptorHash()) {} in TableSlot()37 return slot.Read<kWithoutReadBarrier>()->DescriptorHash(); in operator()213 DCHECK_EQ(descriptor_hash, klass->DescriptorHash()); in TableSlot()229 uint32_t hash = klass->DescriptorHash(); in LookupByDescriptor()
125 InsertWithHash(klass, klass->DescriptorHash()); in Insert()
397 return reinterpret_cast32<mirror::Class*>(ptr)->DescriptorHash(); in operator ()()549 uint32_t hash = cls->DescriptorHash(); in Visit()631 uint32_t hash = cls->DescriptorHash(); in EmitClasses()1513 uint32_t hash = type->DescriptorHash(); in TryInitializeClass()1575 uint32_t hash = cls->DescriptorHash(); in CopyClass()
922 uint32_t hash = klass->DescriptorHash(); in Prune()1498 uint32_t hash = klass->DescriptorHash(); in ProcessCollectedClasses()1514 uint32_t hash = klass->DescriptorHash(); in ProcessCollectedClasses()2413 is_class ? obj->AsClass()->DescriptorHash() : obj->GetClass()->DescriptorHash(); in MatchDirtyObjectOffsets()
463 << entry->AsClass()->DescriptorHash() << "\n"; in DiffEntryContents()467 os_ << tabs << "dirty_obj: " << entry_offset << " instance " << klass->DescriptorHash() in DiffEntryContents()
844 inline uint32_t Class::DescriptorHash() { in DescriptorHash() function
1232 uint32_t DescriptorHash() REQUIRES_SHARED(Locks::mutator_lock_);