Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddedupe_set-inl.h116 HashedKey() : hash_(0u), key_(nullptr) { }
117 HashedKey(size_t hash, const T* key) : hash_(hash), key_(key) { }
120 return hash_;
136 size_t hash_;
/art/runtime/
Dintern_table.h63 : hash_(hash), utf16_length_(utf16_length), utf8_data_(utf8_data) { } in Utf8String()
65 int32_t GetHash() const { return hash_; } in GetHash()
70 int32_t hash_;
Dclass_linker.cc4620 hash_(hash), in LookupClassesVisitor()
4626 ObjPtr<mirror::Class> klass = class_table->Lookup(descriptor_, hash_); in Visit()
4635 const size_t hash_; member in art::LookupClassesVisitor
/art/libelffile/elf/
Delf_builder.h461 hash_(this, ".hash", SHT_HASH, SHF_ALLOC, &dynsym_, 0, sizeof(Elf_Word), sizeof(Elf_Word)), in ElfBuilder()
741 hash_.Add(hash.data(), hash.size() * sizeof(hash[0])); in PrepareDynamicSection()
746 hash_.AllocateVirtualMemory(hash_.GetCacheSize()); in PrepareDynamicSection()
749 { .d_tag = DT_HASH, .d_un = { .d_ptr = hash_.GetAddress() }, }, in PrepareDynamicSection()
766 hash_.WriteCachedSection(); in WriteDynamicSection()
945 CachedSection hash_; variable