/art/compiler/optimizing/ |
D | stack_map_stream.h | 53 lazy_stack_masks_(allocator->Adapter(kArenaAllocStackMapStream)), in StackMapStream() 55 current_inline_infos_(allocator->Adapter(kArenaAllocStackMapStream)), in StackMapStream() 56 current_dex_registers_(allocator->Adapter(kArenaAllocStackMapStream)), in StackMapStream() 57 previous_dex_registers_(allocator->Adapter(kArenaAllocStackMapStream)), in StackMapStream() 58 dex_register_timestamp_(allocator->Adapter(kArenaAllocStackMapStream)), in StackMapStream() 61 temp_dex_register_map_(allocator->Adapter(kArenaAllocStackMapStream)) { in StackMapStream()
|
D | jit_patches_arm64.h | 52 allocator->Adapter(kArenaAllocCodeGenerator)), in JitPatchesARM64() 54 allocator->Adapter(kArenaAllocCodeGenerator)), in JitPatchesARM64() 56 allocator->Adapter(kArenaAllocCodeGenerator)), in JitPatchesARM64() 58 allocator->Adapter(kArenaAllocCodeGenerator)) { in JitPatchesARM64()
|
D | ssa_builder.h | 61 ambiguous_agets_(local_allocator->Adapter(kArenaAllocGraphBuilder)), in SsaBuilder() 62 ambiguous_asets_(local_allocator->Adapter(kArenaAllocGraphBuilder)), in SsaBuilder() 63 uninitialized_strings_(local_allocator->Adapter(kArenaAllocGraphBuilder)), in SsaBuilder() 64 uninitialized_string_phis_(local_allocator->Adapter(kArenaAllocGraphBuilder)) { in SsaBuilder()
|
D | side_effects_analysis.h | 32 block_effects_(graph->GetAllocator()->Adapter(kArenaAllocSideEffectsAnalysis)), in HOptimization() 33 loop_effects_(graph->GetAllocator()->Adapter(kArenaAllocSideEffectsAnalysis)) {} in HOptimization()
|
D | code_generation_data.h | 96 slow_paths_(allocator_.Adapter(kArenaAllocCodeGenerator)), in CodeGenerationData() 98 allocator_.Adapter(kArenaAllocCodeGenerator)), in CodeGenerationData() 100 allocator_.Adapter(kArenaAllocCodeGenerator)) { in CodeGenerationData()
|
D | graph_checker.h | 39 errors_(graph->GetAllocator()->Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor() 43 uses_per_instruction_(allocator_.Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor() 44 instructions_per_block_(allocator_.Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor() 45 phis_per_block_(allocator_.Adapter(kArenaAllocGraphChecker)), in HGraphDelegateVisitor()
|
D | parallel_move_resolver.h | 36 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) { in ParallelMoveResolver() 128 scratches_(allocator->Adapter(kArenaAllocParallelMoveResolver)), in ParallelMoveResolverNoSwap() 129 pending_moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)), in ParallelMoveResolverNoSwap()
|
D | ssa_phi_elimination.cc | 37 ScopedArenaVector<HPhi*> worklist(allocator.Adapter(kArenaAllocSsaPhiElimination)); in MarkDeadPhis() 43 ScopedArenaSet<HPhi*> initially_live(allocator.Adapter(kArenaAllocSsaPhiElimination)); in MarkDeadPhis() 131 ScopedArenaVector<HPhi*> worklist(allocator.Adapter(kArenaAllocSsaPhiElimination)); in Run() 146 ScopedArenaVector<HPhi*> cycle_worklist(allocator.Adapter(kArenaAllocSsaPhiElimination)); in Run()
|
D | superblock_cloner_test.cc | 109 GetAllocator()->Adapter(kArenaAllocInstruction)); in CreateBasicLoopDataFlow() 161 HBasicBlockMap bb_map(std::less<HBasicBlock*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() 162 HInstructionMap hir_map(std::less<HInstruction*>(), arena->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() 303 std::less<HBasicBlock*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() 305 std::less<HInstruction*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() 340 std::less<HBasicBlock*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() 342 std::less<HInstruction*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() 377 std::less<HBasicBlock*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() 379 std::less<HInstruction*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() 640 HEdgeSet remap_orig_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in TEST_F() [all …]
|
D | superblock_cloner.cc | 281 arena_->Adapter(kArenaAllocGraphBuilder)); in FindBackEdgesLocal() 283 ArenaVector<HBasicBlock*> worklist(arena_->Adapter(kArenaAllocGraphBuilder)); in FindBackEdgesLocal() 459 ArenaVector<HBasicBlock*> exits(arena_->Adapter(kArenaAllocSuperblockCloner)); in FindAndSetLocalAreaForAdjustments() 610 ArenaVector<HBasicBlock*> exits(arena_->Adapter(kArenaAllocSuperblockCloner)); in ConstructSubgraphClosedSSA() 842 graph->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)) { in SuperblockCloner() 871 std::less<HInstruction*>(), graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in IsSubgraphClonable() 877 ArenaVector<HBasicBlock*> exits(arena_->Adapter(kArenaAllocSuperblockCloner)); in IsSubgraphClonable() 915 HEdgeSet remap_orig_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in IsFastCase() 916 HEdgeSet remap_copy_internal(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in IsFastCase() 917 HEdgeSet remap_incoming(graph_->GetAllocator()->Adapter(kArenaAllocSuperblockCloner)); in IsFastCase() [all …]
|
D | locations.cc | 33 : inputs_(instruction->InputCount(), allocator->Adapter(kArenaAllocLocationSummary)), in LocationSummary() 34 temps_(allocator->Adapter(kArenaAllocLocationSummary)), in LocationSummary()
|
D | graph_visualizer.h | 62 instruction_intervals_(std::less<const HInstruction*>(), allocator->Adapter()), 63 slow_path_intervals_(allocator->Adapter()) {}
|
D | linear_order.cc | 99 allocator.Adapter(kArenaAllocLinearOrder)); in LinearizeGraphInternal() 111 ScopedArenaVector<HBasicBlock*> worklist(allocator.Adapter(kArenaAllocLinearOrder)); in LinearizeGraphInternal()
|
D | register_allocator_linear_scan.cc | 48 unhandled_core_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 49 unhandled_fp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 51 handled_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 52 active_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 53 inactive_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 54 physical_core_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 55 physical_fp_register_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 60 temp_intervals_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 61 int_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() 62 long_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan() [all …]
|
D | block_builder.cc | 39 local_allocator->Adapter(kArenaAllocGraphBuilder)), in HBasicBlockBuilder() 41 local_allocator->Adapter(kArenaAllocGraphBuilder)) {} in HBasicBlockBuilder() 270 std::less<uint32_t>(), local_allocator_->Adapter(kArenaAllocGraphBuilder)); in InsertTryBoundaryBlocks() 295 std::less<uint32_t>(), local_allocator_->Adapter(kArenaAllocGraphBuilder)); in InsertTryBoundaryBlocks() 389 ArenaSet<uint32_t> targets(allocator_->Adapter(kArenaAllocGraphBuilder)); in InsertSynthesizedLoopsForOsr()
|
D | scheduler.h | 166 data_predecessors_(allocator->Adapter(kArenaAllocScheduler)), in SchedulingNode() 167 other_predecessors_(allocator->Adapter(kArenaAllocScheduler)), in SchedulingNode() 328 nodes_map_(allocator_->Adapter(kArenaAllocScheduler)), in SchedulingGraph() 526 ScopedArenaVector<SchedulingNode*> scheduling_nodes(allocator->Adapter(kArenaAllocScheduler)); in BuildSchedulingGraph()
|
D | load_store_elimination.cc | 1425 ScopedArenaVector<ValueRecord>(allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1426 allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1427 loads_and_stores_(allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1431 graph->GetCurrentInstructionId(), nullptr, allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1440 loads_requiring_loop_phi_(allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1441 store_records_(allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1443 num_phi_placeholders_, Value::Invalid(), allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1444 singleton_new_instances_(allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1446 allocator_.Adapter(kArenaAllocLSE)), in LSEVisitor() 1649 ScopedArenaVector<HInstruction*> phi_inputs(allocator.Adapter(kArenaAllocLSE)); in MaterializeNonLoopPhis() [all …]
|
D | select_generator_test.cc | 87 GetAllocator()->Adapter(kArenaAllocInstruction)); in TEST_F()
|
D | code_sinking.cc | 335 ScopedArenaVector<HInstruction*> worklist(allocator.Adapter(kArenaAllocMisc)); in SinkCodeToUncommonBranch() 415 ScopedArenaVector<HInstruction*>(allocator.Adapter(kArenaAllocMisc)), in SinkCodeToUncommonBranch() 416 allocator.Adapter(kArenaAllocMisc)); in SinkCodeToUncommonBranch() 502 ScopedArenaVector<HInstruction*> instructions_to_move_sorted(allocator.Adapter(kArenaAllocMisc)); in SinkCodeToUncommonBranch()
|
D | bounds_check_elimination.cc | 518 allocator_.Adapter(kArenaAllocBoundsCheckElimination)), in BCEVisitor() 519 allocator_.Adapter(kArenaAllocBoundsCheckElimination)), in BCEVisitor() 521 allocator_.Adapter(kArenaAllocBoundsCheckElimination)), in BCEVisitor() 523 allocator_.Adapter(kArenaAllocBoundsCheckElimination)), in BCEVisitor() 525 allocator_.Adapter(kArenaAllocBoundsCheckElimination)), in BCEVisitor() 526 finite_loop_(allocator_.Adapter(kArenaAllocBoundsCheckElimination)), in BCEVisitor() 1429 allocator_.Adapter(kArenaAllocBoundsCheckElimination)); in AddComparesWithDeoptimization() 1431 allocator_.Adapter(kArenaAllocBoundsCheckElimination)); in AddComparesWithDeoptimization() 1549 allocator_.Adapter(kArenaAllocBoundsCheckElimination)); in TransformLoopForDynamicBCE() 1551 allocator_.Adapter(kArenaAllocBoundsCheckElimination)); in TransformLoopForDynamicBCE()
|
D | optimizing_cfi_test.cc | 46 blocks_(GetAllocator()->Adapter()) {} in OptimizingCFITest()
|
/art/runtime/ |
D | runtime_image.cc | 82 objects_(allocator_.Adapter()), in RuntimeImageHelper() 83 art_fields_(allocator_.Adapter()), in RuntimeImageHelper() 84 art_methods_(allocator_.Adapter()), in RuntimeImageHelper() 85 im_tables_(allocator_.Adapter()), in RuntimeImageHelper() 86 metadata_(allocator_.Adapter()), in RuntimeImageHelper() 87 dex_cache_arrays_(allocator_.Adapter()), in RuntimeImageHelper() 88 string_reference_offsets_(allocator_.Adapter()), in RuntimeImageHelper() 89 sections_(ImageHeader::kSectionCount, allocator_.Adapter()), in RuntimeImageHelper() 90 object_offsets_(allocator_.Adapter()), in RuntimeImageHelper() 91 classes_(allocator_.Adapter()), in RuntimeImageHelper() [all …]
|
D | transaction.cc | 50 object_logs_(std::less<mirror::Object*>(), allocator_.Adapter(kArenaAllocTransaction)), in Transaction() 51 array_logs_(std::less<mirror::Array*>(), allocator_.Adapter(kArenaAllocTransaction)), in Transaction() 52 intern_string_logs_(allocator_.Adapter(kArenaAllocTransaction)), in Transaction() 53 resolve_string_logs_(allocator_.Adapter(kArenaAllocTransaction)), in Transaction() 54 resolve_method_type_logs_(allocator_.Adapter(kArenaAllocTransaction)), in Transaction() 440 ScopedArenaForwardList<ObjectPair> moving_roots(allocator.Adapter(kArenaAllocTransaction)); in VisitObjectLogs() 461 ScopedArenaForwardList<ArrayPair> moving_roots(allocator.Adapter(kArenaAllocTransaction)); in VisitArrayLogs()
|
/art/runtime/verifier/ |
D | register_line-inl.h | 183 monitors_(allocator.Adapter(kArenaAllocVerifier)), in RegisterLine() 185 allocator.Adapter(kArenaAllocVerifier)), in RegisterLine()
|
/art/libartbase/base/ |
D | bit_table.h | 292 : rows_(allocator->Adapter(kArenaAllocBitTableBuilder)), in BitTableBuilderBase() 293 dedup_(8, allocator->Adapter(kArenaAllocBitTableBuilder)) { in BitTableBuilderBase() 405 rows_(allocator->Adapter(kArenaAllocBitTableBuilder)), in BitmapTableBuilder() 406 dedup_(8, allocator_->Adapter(kArenaAllocBitTableBuilder)) { in BitmapTableBuilder()
|