Home
last modified time | relevance | path

Searched refs:ArenaVector (Results 26 – 45 of 45) sorted by relevance

12

/art/compiler/optimizing/
Dnodes.h428 const ArenaVector<HBasicBlock*>& GetBlocks() const { return blocks_; } in GetBlocks()
563 const ArenaVector<HBasicBlock*>& GetReversePostOrder() const { in GetReversePostOrder()
572 IterationRange<ArenaVector<HBasicBlock*>::const_reverse_iterator> GetPostOrder() const { in GetPostOrder()
576 const ArenaVector<HBasicBlock*>& GetLinearOrder() const { in GetLinearOrder()
580 IterationRange<ArenaVector<HBasicBlock*>::const_reverse_iterator> GetLinearPostOrder() const { in GetLinearPostOrder()
736 ArenaVector<HBasicBlock*> blocks_;
739 ArenaVector<HBasicBlock*> reverse_post_order_;
743 ArenaVector<HBasicBlock*> linear_order_;
908 const ArenaVector<HBasicBlock*>& GetBackEdges() const { in GetBackEdges()
972 ArenaVector<HBasicBlock*> back_edges_;
[all …]
Dgvn.cc427 const ArenaVector<HBasicBlock*>& predecessors = block->GetPredecessors(); in VisitBasicBlock()
Dssa_liveness_analysis.cc439 const ArenaVector<HBasicBlock*>& predecessors = defined_by_->GetBlock()->GetPredecessors(); in FindHintAtDefinition()
Dinduction_var_analysis.cc29 ArenaVector<HInstruction*>* scc, in RotateEntryPhiFirst()
30 ArenaVector<HInstruction*>* new_scc) { in RotateEntryPhiFirst()
399 ArenaVector<HInstruction*> other( in ClassifyNonTrivial()
Dload_store_elimination_test.cc102 ArenaVector<HInstruction*> current_locals({array_, i_, j_}, in CreateEnvForSuspendCheck()
Dsuperblock_cloner_test.cc107 ArenaVector<HInstruction*> current_locals({phi, const_128, parameters_[0]}, in CreateBasicLoopDataFlow()
Dregister_allocator_linear_scan.cc823 static ArenaVector<LiveInterval*>::iterator RemoveIntervalAndPotentialOtherHalf( in RemoveIntervalAndPotentialOtherHalf()
Dgraph_checker.cc865 const ArenaVector<HBasicBlock*>& predecessors = phi->GetBlock()->GetPredecessors(); in VisitPhi()
Dnodes.cc1310 const ArenaVector<HBasicBlock*>& predecessors = user->GetBlock()->GetPredecessors(); in ReplaceUsesDominatedBy()
1525 const ArenaVector<HBasicBlock*>& blocks = graph_->GetBlocks(); in FOR_EACH_CONCRETE_INSTRUCTION()
Dcode_generator_arm64.cc592 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in EmitTable()
4827 ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitPcRelativeLinkerPatches()
4845 void CodeGeneratorARM64::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches()
4902 /*out*/ ArenaVector<uint8_t>* code, in EmitThunkCode()
6117 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); in VisitPackedSwitch()
Dinliner.cc163 ArenaVector<HBasicBlock*> blocks = graph_->GetReversePostOrder(); in Run()
Dcode_generator_arm_vixl.cc1907 const ArenaVector<HBasicBlock*>& successors = switch_instr_->GetBlock()->GetSuccessors(); in FixTable()
9370 ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitPcRelativeLinkerPatches()
9396 void CodeGeneratorARMVIXL::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches()
9453 /*out*/ ArenaVector<uint8_t>* code, in EmitThunkCode()
9572 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); in VisitPackedSwitch()
Dcode_generator_x86_64.cc1225 ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitPcRelativeLinkerPatches()
1242 void CodeGeneratorX86_64::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches()
7516 const ArenaVector<HBasicBlock*>& successors = switch_instr->GetBlock()->GetSuccessors(); in VisitPackedSwitch()
7754 const ArenaVector<HBasicBlock*>& successors = block->GetSuccessors(); in CreateJumpTable()
Dcode_generator_x86.cc5284 ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitPcRelativeLinkerPatches()
5303 void CodeGeneratorX86::EmitLinkerPatches(ArenaVector<linker::LinkerPatch>* linker_patches) { in EmitLinkerPatches()
8229 const ArenaVector<HBasicBlock*>& successors = switch_block->GetSuccessors(); in GenPackedSwitchWithCompares()
8479 const ArenaVector<HBasicBlock*>& successors = block->GetSuccessors(); in CreateJumpTable()
/art/libprofile/profile/
Dprofile_compilation_info.h678 ArenaVector<uint8_t> bitmap_storage;
966 ArenaVector<DexFileData*> info_;
/art/compiler/jni/quick/
Djni_compiler.cc431 ArenaVector<ArgumentLocation> src_args(allocator.Adapter()); in ArtJniCompileMethodInternal()
432 ArenaVector<ArgumentLocation> dest_args(allocator.Adapter()); in ArtJniCompileMethodInternal()
/art/compiler/utils/x86/
Dassembler_x86.h307 ArenaVector<int32_t> buffer_;
/art/compiler/utils/x86_64/
Dassembler_x86_64.h327 ArenaVector<int32_t> buffer_;
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc215 ArenaVector<uint8_t> code(helper.GetAllocator()->Adapter()); in CompileThunk()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc188 ArenaVector<uint8_t> code(helper.GetAllocator()->Adapter()); in CompileThunk()

12