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

/art/compiler/utils/
H A Ddedupe_set.h39 class DedupeSet { class in namespace:art
44 DedupeSet(const char* set_name, const Alloc& alloc);
46 ~DedupeSet();
57 DISALLOW_COPY_AND_ASSIGN(DedupeSet);
H A Ddedupe_set-inl.h40 struct DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Stats {
53 class DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Shard {
187 const StoreKey* DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Add(
209 DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::DedupeSet(const char* set_name, function in class:art::DedupeSet
225 DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::~DedupeSet() {
235 std::string DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::DumpStats(
H A Ddedupe_set_test.cc57 DedupeSet<ArrayRef<const uint8_t>,
/art/compiler/driver/
H A Dcompiled_method_storage.h85 using ArrayDedupeSet = DedupeSet<ArrayRef<const T>,

Completed in 103 milliseconds