Home
last modified time | relevance | path

Searched refs:DescriptorHash (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dclass_table-inl.h32 : 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()
Dclass_table.cc125 InsertWithHash(klass, klass->DescriptorHash()); in Insert()
Druntime_image.cc397 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()
/art/dex2oat/linker/
Dimage_writer.cc922 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()
/art/imgdiag/
Dimgdiag.cc463 << entry->AsClass()->DescriptorHash() << "\n"; in DiffEntryContents()
467 os_ << tabs << "dirty_obj: " << entry_offset << " instance " << klass->DescriptorHash() in DiffEntryContents()
/art/runtime/mirror/
Dclass-inl.h844 inline uint32_t Class::DescriptorHash() { in DescriptorHash() function
Dclass.h1232 uint32_t DescriptorHash() REQUIRES_SHARED(Locks::mutator_lock_);