Searched defs:Allocator (Results 1 - 3 of 3) sorted by relevance

/art/runtime/base/
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);
/art/runtime/
H A Dmonitor_pool.h175 typedef TrackingAllocator<byte, kAllocatorTagMonitorPool> Allocator; typedef in class:art::MonitorPool
176 Allocator allocator_;
/art/compiler/dex/
H A Dglobal_value_numbering.h203 ScopedArenaAllocator* Allocator() const { function in class:art::GlobalValueNumbering

Completed in 140 milliseconds