Home
last modified time | relevance | path

Searched refs:hash_ (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/
Ddedupe_set-inl.h122 HashedKey() : hash_(0u), key_(nullptr) { }
123 HashedKey(size_t hash, const T* key) : hash_(hash), key_(key) { }
126 return hash_;
142 size_t hash_;
/art/libelffile/elf/
Delf_builder.h471 hash_(this, ".hash", SHT_HASH, SHF_ALLOC, &dynsym_, 0, sizeof(Elf_Word), sizeof(Elf_Word)), in ElfBuilder()
751 hash_.Add(hash.data(), hash.size() * sizeof(hash[0])); in PrepareDynamicSection()
756 hash_.AllocateVirtualMemory(hash_.GetCacheSize()); in PrepareDynamicSection()
759 { .d_tag = DT_HASH, .d_un = { .d_ptr = hash_.GetAddress() }, }, in PrepareDynamicSection()
776 hash_.WriteCachedSection(); in WriteDynamicSection()
979 CachedSection hash_; variable
/art/runtime/
Dclass_linker.cc4637 hash_(hash), in LookupClassesVisitor()
4643 ObjPtr<mirror::Class> klass = class_table->Lookup(descriptor_, hash_); in Visit()
4652 const size_t hash_; member in art::LookupClassesVisitor