/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 32 ReferenceTypePropagationTest() : pool_(), allocator_(&pool_), propagation_(nullptr) { in ReferenceTypePropagationTest() 70 ArenaPool pool_; member in art::ReferenceTypePropagationTest
|
D | loop_optimization_test.cc | 30 : pool_(), in LoopOptimizationTest() 31 allocator_(&pool_), in LoopOptimizationTest() 104 ArenaPool pool_; member in art::LoopOptimizationTest
|
D | licm_test.cc | 32 : pool_(), in LICMTest() 33 allocator_(&pool_), in LICMTest() 100 ArenaPool pool_; member in art::LICMTest
|
D | optimizing_cfi_test.cc | 48 : pool_(), in OptimizingCFITest() 49 allocator_(&pool_), in OptimizingCFITest() 144 ArenaPool pool_; member in art::OptimizingCFITest
|
D | ssa_liveness_analysis_test.cc | 32 : pool_(), in SsaLivenessAnalysisTest() 33 allocator_(&pool_), in SsaLivenessAnalysisTest() 60 ArenaPool pool_; member in art::SsaLivenessAnalysisTest
|
D | emit_swap_mips_test.cc | 31 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp() 105 ArenaPool pool_; member in art::EmitSwapMipsTest
|
D | nodes_vector_test.cc | 29 : pool_(), in NodesVectorTest() 30 allocator_(&pool_), in NodesVectorTest() 53 ArenaPool pool_; member in art::NodesVectorTest
|
D | scheduler_test.cc | 75 SchedulerTest() : pool_(), allocator_(&pool_) { in SchedulerTest() 338 ArenaPool pool_; member in art::SchedulerTest
|
D | constant_folding_test.cc | 37 ConstantFoldingTest() : pool_(), allocator_(&pool_) { in ConstantFoldingTest() 91 ArenaPool pool_; member in art::ConstantFoldingTest
|
D | load_store_analysis_test.cc | 27 LoadStoreAnalysisTest() : pool_(), allocator_(&pool_) { in LoadStoreAnalysisTest() 31 ArenaPool pool_; member in art::LoadStoreAnalysisTest
|
D | bounds_check_elimination_test.cc | 36 BoundsCheckEliminationTest() : pool_(), allocator_(&pool_) { in BoundsCheckEliminationTest() 59 ArenaPool pool_; member in art::BoundsCheckEliminationTest
|
D | induction_var_analysis_test.cc | 33 : pool_(), in InductionVarAnalysisTest() 34 allocator_(&pool_), in InductionVarAnalysisTest() 205 ArenaPool pool_; member in art::InductionVarAnalysisTest
|
D | induction_var_range_test.cc | 34 : pool_(), in InductionVarRangeTest() 35 allocator_(&pool_), in InductionVarRangeTest() 305 ArenaPool pool_; member in art::InductionVarRangeTest
|
/art/compiler/utils/ |
D | jni_macro_assembler_test.h | 60 arena_.reset(new ArenaAllocator(&pool_)); in SetUp() 141 ArenaPool pool_; variable
|
D | assembler_test.h | 666 arena_.reset(new ArenaAllocator(&pool_)); in SetUp() 1140 ArenaPool pool_; variable
|
/art/runtime/base/ |
D | arena_allocator.cc | 389 : pool_(pool), in ArenaAllocator() 450 pool_->FreeArenaChain(arena_head_); in ~ArenaAllocator() 454 Arena* new_arena = pool_->AllocArena(std::max(arena_allocator::kArenaDefaultSize, bytes)); in AllocFromNewArena()
|
D | arena_allocator.h | 377 return pool_; in GetArenaPool() 396 ArenaPool* pool_; variable
|