Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dlinearize_test.cc77 const uint32_t blocks[] = {0, 1, 2, 7, 3, 4, 8, 5, 6}; in TEST_F() local
102 const uint32_t blocks[] = {0, 1, 2, 7, 4, 5, 8, 3, 6}; in TEST_F() local
129 const uint32_t blocks[] = {0, 1, 2, 8, 5, 6, 4, 9, 3, 7}; in TEST_F() local
159 const uint32_t blocks[] = {0, 1, 2, 8, 3, 10, 4, 5, 11, 9, 6, 7}; in TEST_F() local
189 const uint32_t blocks[] = {0, 1, 2, 8, 4, 10, 5, 6, 11, 9, 3, 7}; in TEST_F() local
215 const uint32_t blocks[] = {0, 1, 2, 3, 4, 6, 9, 8, 5, 7}; in TEST_F() local
243 const uint32_t blocks[] = {0, 1, 2, 3, 4, 9, 8, 6, 5, 7}; in TEST_F() local
Ddominator_test.cc33 const uint32_t* blocks, in TestCode()
Dfind_loops_test.cc113 const BitVector& blocks = info->GetBlocks(); in TestBlock() local
Dload_store_elimination.cc1685 const ArenaVector<HBasicBlock*>& blocks = GetGraph()->GetBlocks(); in MaterializeNonLoopPhis() local
1914 const ArenaVector<HBasicBlock*>& blocks = GetGraph()->GetBlocks(); in TryReplacingLoopPhiPlaceholderWithDefault() local
1999 const ArenaVector<HBasicBlock*>& blocks = GetGraph()->GetBlocks(); in TryReplacingLoopPhiPlaceholderWithSingleInput() local
2054 const ArenaVector<HBasicBlock*>& blocks = GetGraph()->GetBlocks(); in FindLoopPhisToMaterialize() local
2146 const ArenaVector<HBasicBlock*>& blocks = GetGraph()->GetBlocks(); in MaterializeLoopPhis() local
2295 const ArenaVector<HBasicBlock*>& blocks = GetGraph()->GetBlocks(); in MaterializeLoopPhis() local
2621 const ArenaVector<HBasicBlock*>& blocks = GetGraph()->GetBlocks(); in SearchPhiPlaceholdersForKeptStores() local
Dload_store_elimination_test.cc1131 AdjacencyListGraph blocks( in TEST_F() local
1182 AdjacencyListGraph blocks( in TEST_F() local
1239 AdjacencyListGraph blocks(graph_, in TEST_F() local
1368 AdjacencyListGraph blocks(graph_, in TEST_F() local
1508 AdjacencyListGraph blocks(graph_, in TEST_F() local
1603 AdjacencyListGraph blocks(graph_, in TEST_F() local
1695 AdjacencyListGraph blocks(graph_, in TEST_F() local
1789 AdjacencyListGraph blocks(graph_, in TEST_F() local
Dinliner.cc163 ArenaVector<HBasicBlock*> blocks = graph_->GetReversePostOrder(); in Run() local
/art/libartbase/base/
Ddata_hash.h60 const unaligned_uint32_t *blocks = reinterpret_cast<const uint32_t*>(data); in operator() local
/art/dex2oat/linker/
Dimage_writer.cc458 std::vector<ImageHeader::Block> blocks; in Write() local