Searched refs:DedupeSet (Results 1 – 5 of 5) sorted by relevance
/art/compiler/utils/ |
D | dedupe_set.h | 39 class DedupeSet { 44 DedupeSet(const char* set_name, const Alloc& alloc); 46 ~DedupeSet(); 59 DISALLOW_COPY_AND_ASSIGN(DedupeSet);
|
D | dedupe_set-inl.h | 43 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(
|
D | dedupe_set_test.cc | 58 DedupeSet<ArrayRef<const uint8_t>, in TEST()
|
/art/dex2oat/linker/ |
D | code_info_table_deduper.h | 90 using DedupeSet = variable 99 DedupeSet dedupe_set_;
|
/art/dex2oat/driver/ |
D | compiled_method_storage.h | 118 using ArrayDedupeSet = DedupeSet<ArrayRef<const T>,
|