Searched refs:Allocator (Results 1 - 10 of 10) sorted by relevance

/art/runtime/base/
H A Dallocator.cc32 class MallocAllocator : public Allocator {
51 class NoopAllocator : public Allocator {
71 Allocator* Allocator::GetMallocAllocator() {
75 Allocator* Allocator::GetNoopAllocator() {
H A Dallocator.h31 class Allocator { class in namespace:art
33 static Allocator* GetMallocAllocator();
34 static Allocator* GetNoopAllocator();
36 Allocator() {} function in class:art::Allocator
37 virtual ~Allocator() {}
43 DISALLOW_COPY_AND_ASSIGN(Allocator);
H A Dbit_vector.h148 Allocator* allocator,
246 Allocator* const allocator_;
H A Dbit_vector_test.cc27 BitVector bv(kBits, false, Allocator::GetMallocAllocator());
73 BitVector bv(0U, false, Allocator::GetNoopAllocator(), kWords, bits);
130 BitVector bv(0U, false, Allocator::GetNoopAllocator(), kWords, bits);
H A Dbit_vector.cc40 Allocator* allocator,
/art/runtime/
H A Dsafe_map.h31 typename Allocator = TrackingAllocator<std::pair<const K, V>, kAllocatorTagSafeMap>>
34 typedef SafeMap<K, V, Comparator, Allocator> Self;
37 typedef typename ::std::map<K, V, Comparator, Allocator>::key_compare key_compare;
38 typedef typename ::std::map<K, V, Comparator, Allocator>::value_compare value_compare;
39 typedef typename ::std::map<K, V, Comparator, Allocator>::allocator_type allocator_type;
40 typedef typename ::std::map<K, V, Comparator, Allocator>::iterator iterator;
41 typedef typename ::std::map<K, V, Comparator, Allocator>::const_iterator const_iterator;
42 typedef typename ::std::map<K, V, Comparator, Allocator>::size_type size_type;
43 typedef typename ::std::map<K, V, Comparator, Allocator>::key_type key_type;
44 typedef typename ::std::map<K, V, Comparator, Allocator>
[all...]
H A Dmonitor_pool.h175 typedef TrackingAllocator<byte, kAllocatorTagMonitorPool> Allocator; typedef in class:art::MonitorPool
176 Allocator allocator_;
/art/compiler/utils/
H A Darena_bit_vector.cc23 class ArenaBitVectorAllocator : public Allocator {
/art/compiler/dex/
H A Dglobal_value_numbering.h203 ScopedArenaAllocator* Allocator() const { function in class:art::GlobalValueNumbering
/art/compiler/
H A Doat_writer.cc1179 method_bitmap_ = new BitVector(num_methods, false, Allocator::GetMallocAllocator());

Completed in 1193 milliseconds