Searched refs:hash_ (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/ |
D | dedupe_set-inl.h | 116 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/ |
D | intern_table.h | 66 : hash_(hash), utf16_length_(utf16_length), utf8_data_(utf8_data) { } in Utf8String() 68 int32_t GetHash() const { return hash_; } in GetHash() 73 int32_t hash_;
|
D | class_linker.cc | 4416 hash_(hash), in LookupClassesVisitor() 4422 ObjPtr<mirror::Class> klass = class_table->Lookup(descriptor_, hash_); in Visit() 4431 const size_t hash_; member in art::LookupClassesVisitor
|
/art/libelffile/elf/ |
D | elf_builder.h | 461 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
|