Home
last modified time | relevance | path

Searched defs:allocator_ (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator.h121 ArenaAllocator* const allocator_; variable
Dssa_liveness_analysis.h137 : allocator_(allocator), in allocator_() function
/art/runtime/base/
Dbit_vector.h246 Allocator* const allocator_; variable
/art/runtime/
Dmonitor_pool.h176 Allocator allocator_; variable
/art/compiler/dex/
Dglobal_value_numbering.h209 ScopedArenaAllocator* const allocator_; variable
Dlocal_value_numbering_test.cc208 std::unique_ptr<ScopedArenaAllocator> allocator_; member in art::LocalValueNumberingTest
Dglobal_value_numbering_test.cc359 std::unique_ptr<ScopedArenaAllocator> allocator_; member in art::GlobalValueNumberingTest