Home
last modified time | relevance | path

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

/art/compiler/utils/
Ddedupe_set.h38 class DedupeSet {
101 explicit DedupeSet(const char* set_name, SwapAllocator<void>& alloc) in DedupeSet() function
111 ~DedupeSet() { in ~DedupeSet()
166 DISALLOW_COPY_AND_ASSIGN(DedupeSet);
Ddedupe_set_test.cc43 DedupeSet<ByteArray, SwapVector<uint8_t>, size_t, DedupeHashFunc> deduplicator("test", swap); in TEST()
/art/compiler/driver/
Dcompiler_driver.h921 DedupeSet<ArrayRef<const uint8_t>,
923 DedupeSet<ArrayRef<const uint8_t>,
925 DedupeSet<ArrayRef<const uint8_t>,
927 DedupeSet<ArrayRef<const uint8_t>,
929 DedupeSet<ArrayRef<const uint8_t>,