Home
last modified time | relevance | path

Searched refs:pool_ (Results 1 – 17 of 17) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation_test.cc32 ReferenceTypePropagationTest() : pool_(), allocator_(&pool_), propagation_(nullptr) { in ReferenceTypePropagationTest()
70 ArenaPool pool_; member in art::ReferenceTypePropagationTest
Dloop_optimization_test.cc30 : pool_(), in LoopOptimizationTest()
31 allocator_(&pool_), in LoopOptimizationTest()
104 ArenaPool pool_; member in art::LoopOptimizationTest
Dlicm_test.cc32 : pool_(), in LICMTest()
33 allocator_(&pool_), in LICMTest()
100 ArenaPool pool_; member in art::LICMTest
Doptimizing_cfi_test.cc48 : pool_(), in OptimizingCFITest()
49 allocator_(&pool_), in OptimizingCFITest()
144 ArenaPool pool_; member in art::OptimizingCFITest
Dssa_liveness_analysis_test.cc32 : pool_(), in SsaLivenessAnalysisTest()
33 allocator_(&pool_), in SsaLivenessAnalysisTest()
60 ArenaPool pool_; member in art::SsaLivenessAnalysisTest
Demit_swap_mips_test.cc31 allocator_.reset(new ArenaAllocator(&pool_)); in SetUp()
105 ArenaPool pool_; member in art::EmitSwapMipsTest
Dnodes_vector_test.cc29 : pool_(), in NodesVectorTest()
30 allocator_(&pool_), in NodesVectorTest()
53 ArenaPool pool_; member in art::NodesVectorTest
Dscheduler_test.cc75 SchedulerTest() : pool_(), allocator_(&pool_) { in SchedulerTest()
338 ArenaPool pool_; member in art::SchedulerTest
Dconstant_folding_test.cc37 ConstantFoldingTest() : pool_(), allocator_(&pool_) { in ConstantFoldingTest()
91 ArenaPool pool_; member in art::ConstantFoldingTest
Dload_store_analysis_test.cc27 LoadStoreAnalysisTest() : pool_(), allocator_(&pool_) { in LoadStoreAnalysisTest()
31 ArenaPool pool_; member in art::LoadStoreAnalysisTest
Dbounds_check_elimination_test.cc36 BoundsCheckEliminationTest() : pool_(), allocator_(&pool_) { in BoundsCheckEliminationTest()
59 ArenaPool pool_; member in art::BoundsCheckEliminationTest
Dinduction_var_analysis_test.cc33 : pool_(), in InductionVarAnalysisTest()
34 allocator_(&pool_), in InductionVarAnalysisTest()
205 ArenaPool pool_; member in art::InductionVarAnalysisTest
Dinduction_var_range_test.cc34 : pool_(), in InductionVarRangeTest()
35 allocator_(&pool_), in InductionVarRangeTest()
305 ArenaPool pool_; member in art::InductionVarRangeTest
/art/compiler/utils/
Djni_macro_assembler_test.h60 arena_.reset(new ArenaAllocator(&pool_)); in SetUp()
141 ArenaPool pool_; variable
Dassembler_test.h666 arena_.reset(new ArenaAllocator(&pool_)); in SetUp()
1140 ArenaPool pool_; variable
/art/runtime/base/
Darena_allocator.cc389 : 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()
Darena_allocator.h377 return pool_; in GetArenaPool()
396 ArenaPool* pool_; variable