Home
last modified time | relevance | path

Searched refs:array_set (Results 1 – 4 of 4) 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.cc441 void VisitArraySet(HArraySet* array_set) override { in VisitArraySet() argument
443 << array_set->GetValueCanBeNull() << std::noboolalpha; in VisitArraySet()
445 << array_set->NeedsTypeCheck() << std::noboolalpha; in VisitArraySet()
Dsuperblock_cloner_test.cc84 HInstruction* array_set = new (GetAllocator()) HArraySet( in CreateBasicLoopDataFlow() local
93 loop_body->AddInstruction(array_set); in CreateBasicLoopDataFlow()