Home
last modified time | relevance | path

Searched refs:Adapter (Results 1 – 25 of 78) sorted by relevance

1234

/art/compiler/optimizing/
Dstack_map_stream.h53 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()
Djit_patches_arm64.h52 allocator->Adapter(kArenaAllocCodeGenerator)), in JitPatchesARM64()
54 allocator->Adapter(kArenaAllocCodeGenerator)), in JitPatchesARM64()
56 allocator->Adapter(kArenaAllocCodeGenerator)), in JitPatchesARM64()
58 allocator->Adapter(kArenaAllocCodeGenerator)) { in JitPatchesARM64()
Dssa_builder.h61 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()
Dside_effects_analysis.h32 block_effects_(graph->GetAllocator()->Adapter(kArenaAllocSideEffectsAnalysis)), in HOptimization()
33 loop_effects_(graph->GetAllocator()->Adapter(kArenaAllocSideEffectsAnalysis)) {} in HOptimization()
Dcode_generation_data.h96 slow_paths_(allocator_.Adapter(kArenaAllocCodeGenerator)), in CodeGenerationData()
98 allocator_.Adapter(kArenaAllocCodeGenerator)), in CodeGenerationData()
100 allocator_.Adapter(kArenaAllocCodeGenerator)) { in CodeGenerationData()
Dgraph_checker.h39 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()
Dparallel_move_resolver.h36 : moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)) { in ParallelMoveResolver()
128 scratches_(allocator->Adapter(kArenaAllocParallelMoveResolver)), in ParallelMoveResolverNoSwap()
129 pending_moves_(allocator->Adapter(kArenaAllocParallelMoveResolver)), in ParallelMoveResolverNoSwap()
Dssa_phi_elimination.cc37 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()
Dsuperblock_cloner_test.cc109 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 …]
Dsuperblock_cloner.cc281 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 …]
Dlocations.cc33 : inputs_(instruction->InputCount(), allocator->Adapter(kArenaAllocLocationSummary)), in LocationSummary()
34 temps_(allocator->Adapter(kArenaAllocLocationSummary)), in LocationSummary()
Dgraph_visualizer.h62 instruction_intervals_(std::less<const HInstruction*>(), allocator->Adapter()),
63 slow_path_intervals_(allocator->Adapter()) {}
Dlinear_order.cc99 allocator.Adapter(kArenaAllocLinearOrder)); in LinearizeGraphInternal()
111 ScopedArenaVector<HBasicBlock*> worklist(allocator.Adapter(kArenaAllocLinearOrder)); in LinearizeGraphInternal()
Dregister_allocator_linear_scan.cc48 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 …]
Dblock_builder.cc39 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()
Dscheduler.h166 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()
Dload_store_elimination.cc1425 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 …]
Dselect_generator_test.cc87 GetAllocator()->Adapter(kArenaAllocInstruction)); in TEST_F()
Dcode_sinking.cc335 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()
Dbounds_check_elimination.cc518 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()
Doptimizing_cfi_test.cc46 blocks_(GetAllocator()->Adapter()) {} in OptimizingCFITest()
/art/runtime/
Druntime_image.cc82 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 …]
Dtransaction.cc50 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/
Dregister_line-inl.h183 monitors_(allocator.Adapter(kArenaAllocVerifier)), in RegisterLine()
185 allocator.Adapter(kArenaAllocVerifier)), in RegisterLine()
/art/libartbase/base/
Dbit_table.h292 : 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()

1234