Home
last modified time | relevance | path

Searched refs:array_set (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dbounds_check_elimination_test.cc94 HArraySet* array_set = new (GetAllocator()) HArraySet( in TEST_F() local
99 block2->AddInstruction(array_set); in TEST_F()
118 array_set = new (GetAllocator()) HArraySet( in TEST_F()
123 block4->AddInstruction(array_set); in TEST_F()
131 array_set = new (GetAllocator()) HArraySet( in TEST_F()
136 block5->AddInstruction(array_set); in TEST_F()
204 HArraySet* array_set = new (GetAllocator()) HArraySet( in TEST_F() local
207 block3->AddInstruction(array_set); in TEST_F()
271 HArraySet* array_set = new (GetAllocator()) HArraySet( in TEST_F() local
274 block3->AddInstruction(array_set); in TEST_F()
[all …]
Dssa_liveness_analysis_test.cc116 HInstruction* array_set = in TEST_F() local
118 block->AddInstruction(array_set); in TEST_F()
189 HInstruction* array_set = in TEST_F() local
191 block->AddInstruction(array_set); in TEST_F()
Dgraph_visualizer.cc447 void VisitArraySet(HArraySet* array_set) override { in VisitArraySet() argument
449 << array_set->GetValueCanBeNull() << std::noboolalpha; in VisitArraySet()
451 << array_set->NeedsTypeCheck() << std::noboolalpha; in VisitArraySet()
Dload_store_elimination_test.cc412 HInstruction* array_set = AddArraySet(return_block_, array_, j_, c1); in TEST_F() local
416 ASSERT_TRUE(IsRemoved(array_set)); in TEST_F()
Dsuperblock_cloner_test.cc88 HInstruction* array_set = new (GetAllocator()) HArraySet( in CreateBasicLoopDataFlow() local
97 loop_body->AddInstruction(array_set); in CreateBasicLoopDataFlow()