Home
last modified time | relevance | path

Searched refs:ArenaHashSet (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dsuperblock_cloner.h139 using HEdgeSet = ArenaHashSet<HEdge>;
/art/runtime/base/
Darena_containers.h75 using ArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ArenaAllocatorAdapter<T>>; variable