Home
last modified time | relevance | path

Searched refs:ScopedArenaVector (Results 1 – 10 of 10) sorted by relevance

/art/compiler/dex/
Dglobal_value_numbering.h201 bool NullCheckedInAllPredecessors(const ScopedArenaVector<uint16_t>& merge_names) const;
203 bool DivZeroCheckedInAllPredecessors(const ScopedArenaVector<uint16_t>& merge_names) const;
241 ScopedArenaVector<const ArrayLocationMap::value_type*> array_location_reverse_map_;
244 ScopedArenaVector<const LocalValueNumbering*> lvns_; // Owning.
246 ScopedArenaVector<const LocalValueNumbering*> merge_lvns_; // Not owning.
Dgvn_dead_code_elimination.h125 ScopedArenaVector<MIRData> mir_data_;
163 ScopedArenaVector<uint16_t> changes_to_kill_;
Dglobal_value_numbering.cc164 const ScopedArenaVector<uint16_t>& merge_names) const { in NullCheckedInAllPredecessors()
189 const ScopedArenaVector<uint16_t>& merge_names) const { in DivZeroCheckedInAllPredecessors()
Dmir_graph.h581 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in FindBlock()
1292 ScopedArenaVector<uint16_t>* dex_pc_to_block_map);
1293 void ProcessTryCatchBlocks(ScopedArenaVector<uint16_t>* dex_pc_to_block_map);
1297 ScopedArenaVector<uint16_t>* dex_pc_to_block_map);
1300 ScopedArenaVector<uint16_t>* dex_pc_to_block_map);
1304 ScopedArenaVector<uint16_t>* dex_pc_to_block_map);
Dmir_graph.cc293 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in FindBlock()
356 void MIRGraph::ProcessTryCatchBlocks(ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in ProcessTryCatchBlocks()
458 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in ProcessCanBranch()
515 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in ProcessCanSwitch()
598 ScopedArenaVector<uint16_t>* dex_pc_to_block_map) { in ProcessCanThrow()
721 ScopedArenaVector<uint16_t> dex_pc_to_block_map(allocator.Adapter()); in InlineMethod()
1860 const ScopedArenaVector<size_t>* visited_cnt_values, ScopedArenaAllocator* allocator, in SelectTopologicalSortOrderFallBack()
1861 ScopedArenaVector<BasicBlockId>* tmp_stack) { in SelectTopologicalSortOrderFallBack()
1914 ScopedArenaVector<BasicBlockId>* tmp_stack) { in ComputeUnvisitedReachableFrom()
1940 ScopedArenaVector<size_t> visited_cnt_values(num_blocks, 0u, allocator.Adapter()); in ComputeTopologicalSortOrder()
[all …]
Dlocal_value_numbering.h405 mutable ScopedArenaVector<uint16_t> merge_names_;
407 ScopedArenaSafeMap<ScopedArenaVector<uint16_t>, uint16_t> merge_map_;
Dssa_transformation.cc71 ScopedArenaVector<BasicBlock*> succ(allocator.Adapter()); in RecordDFSOrders()
178 ScopedArenaVector<std::pair<BasicBlock*, ArenaBitVector::IndexIterator>> work_stack( in ComputeDomPostOrderTraversal()
Dlocal_value_numbering.cc344 merge_map_(std::less<ScopedArenaVector<BasicBlockId>>(), allocator->Adapter()), in LocalValueNumbering()
/art/runtime/base/
Dscoped_arena_containers.h50 using ScopedArenaVector = std::vector<T, ScopedArenaAllocatorAdapter<T>>; variable
/art/runtime/
Dclass_linker.cc4779 ScopedArenaVector<ArtMethod*> miranda_methods(allocator.Adapter()); in LinkInterfaceMethods()