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.cc114 HInstruction* array_set = in TEST_F() local
116 block->AddInstruction(array_set); in TEST_F()
187 HInstruction* array_set = in TEST_F() local
189 block->AddInstruction(array_set); in TEST_F()
Dgraph_visualizer.cc444 void VisitArraySet(HArraySet* array_set) override { in VisitArraySet() argument
446 << array_set->GetValueCanBeNull() << std::noboolalpha; in VisitArraySet()
448 << array_set->NeedsTypeCheck() << std::noboolalpha; in VisitArraySet()
Dsuperblock_cloner_test.cc92 HInstruction* array_set = new (GetAllocator()) HArraySet( in CreateBasicLoopDataFlow() local
101 loop_body->AddInstruction(array_set); in CreateBasicLoopDataFlow()
Dload_store_elimination_test.cc424 HInstruction* array_set = AddArraySet(return_block_, array_, j_, c1); in TEST_F() local
428 ASSERT_TRUE(IsRemoved(array_set)); in TEST_F()