Home
last modified time | relevance | path

Searched refs:DedupeSet (Results 1 – 5 of 5) sorted by relevance

/art/compiler/utils/
Ddedupe_set.h39 class DedupeSet {
44 DedupeSet(const char* set_name, const Alloc& alloc);
46 ~DedupeSet();
59 DISALLOW_COPY_AND_ASSIGN(DedupeSet);
Ddedupe_set-inl.h43 struct DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Stats {
56 class DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Shard {
195 const StoreKey* DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Add(
217 DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::DedupeSet(const char* set_name,
233 DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::~DedupeSet() {
243 size_t DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Size(Thread* self) const {
257 std::string DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::DumpStats(
Ddedupe_set_test.cc58 DedupeSet<ArrayRef<const uint8_t>, in TEST()
/art/dex2oat/linker/
Dcode_info_table_deduper.h90 using DedupeSet = variable
99 DedupeSet dedupe_set_;
/art/dex2oat/driver/
Dcompiled_method_storage.h118 using ArrayDedupeSet = DedupeSet<ArrayRef<const T>,