HomeSort by relevance Sort by last modified time
    Searched refs:ScopedArenaAllocatorAdapter (Results 1 - 4 of 4) sorted by null

  /art/runtime/base/
scoped_arena_containers.h 43 class ScopedArenaAllocatorAdapter;
46 using ScopedArenaDeque = std::deque<T, ScopedArenaAllocatorAdapter<T>>;
52 using ScopedArenaVector = dchecked_vector<T, ScopedArenaAllocatorAdapter<T>>;
61 using ScopedArenaSet = std::set<T, Comparator, ScopedArenaAllocatorAdapter<T>>;
65 SafeMap<K, V, Comparator, ScopedArenaAllocatorAdapter<std::pair<const K, V>>>;
71 using ScopedArenaHashSet = HashSet<T, EmptyFn, HashFn, Pred, ScopedArenaAllocatorAdapter<T>>;
83 ScopedArenaAllocatorAdapter<std::pair<Key, Value>>>;
87 std::unordered_map<K, V, Hash, KeyEqual, ScopedArenaAllocatorAdapter<std::pair<const K, V>>>;
92 class ScopedArenaAllocatorAdapter<void>
102 typedef ScopedArenaAllocatorAdapter<U> other
    [all...]
scoped_arena_allocator.h 33 class ScopedArenaAllocatorAdapter;
94 // Private - access via ScopedArenaAllocator or ScopedArenaAllocatorAdapter.
127 friend class ScopedArenaAllocatorAdapter;
167 ScopedArenaAllocatorAdapter<void> Adapter(ArenaAllocKind kind = kArenaAllocSTL);
181 friend class ScopedArenaAllocatorAdapter;
  /art/runtime/jit/
profile_saver.cc 290 using MethodReferenceCollection = DexReferenceCollection<uint16_t, ScopedArenaAllocatorAdapter>;
292 ScopedArenaAllocatorAdapter>;
    [all...]
  /art/compiler/optimizing/
register_allocator_graph_color.cc     [all...]

Completed in 233 milliseconds