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

/art/compiler/utils/
H A Ddedupe_set-inl.h115 HashedKey() : hash_(0u), key_(nullptr) { }
116 HashedKey(size_t hash, const T* key) : hash_(hash), key_(key) { }
119 return hash_;
135 size_t hash_; member in class:art::DedupeSet::Shard::HashedKey
/art/runtime/
H A Dintern_table.h147 : hash_(hash), utf16_length_(utf16_length), utf8_data_(utf8_data) { }
149 int32_t GetHash() const { return hash_; }
154 int32_t hash_; member in class:art::InternTable::Utf8String
H A Dclass_linker.cc3896 hash_(hash),
3902 ObjPtr<mirror::Class> klass = class_table->Lookup(descriptor_, hash_);
3911 const size_t hash_; member in class:art::LookupClassesVisitor
/art/compiler/
H A Delf_builder.h518 hash_(this, ".hash", SHT_HASH, SHF_ALLOC, &dynsym_, 0, sizeof(Elf_Word), sizeof(Elf_Word)),
748 hash_.Add(hash.data(), hash.size() * sizeof(hash[0]));
752 DCHECK_EQ(dynsym_.header_.sh_flags, hash_.header_.sh_flags);
756 RoundUp(dynsym_address + dynsym_.GetCacheSize(), hash_.header_.sh_addralign);
777 hash_.WriteCachedSection();
985 CachedSection hash_; member in class:art::FINAL

Completed in 372 milliseconds