Searched refs:array_set (Results 1 – 5 of 5) sorted by relevance
94 HArraySet* array_set = new (GetAllocator()) HArraySet( in TEST_F() local99 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() local207 block3->AddInstruction(array_set); in TEST_F()271 HArraySet* array_set = new (GetAllocator()) HArraySet( in TEST_F() local274 block3->AddInstruction(array_set); in TEST_F()[all …]
116 HInstruction* array_set = in TEST_F() local118 block->AddInstruction(array_set); in TEST_F()189 HInstruction* array_set = in TEST_F() local191 block->AddInstruction(array_set); in TEST_F()
447 void VisitArraySet(HArraySet* array_set) override { in VisitArraySet() argument449 << array_set->GetValueCanBeNull() << std::noboolalpha; in VisitArraySet()451 << array_set->NeedsTypeCheck() << std::noboolalpha; in VisitArraySet()
412 HInstruction* array_set = AddArraySet(return_block_, array_, j_, c1); in TEST_F() local416 ASSERT_TRUE(IsRemoved(array_set)); in TEST_F()
88 HInstruction* array_set = new (GetAllocator()) HArraySet( in CreateBasicLoopDataFlow() local97 loop_body->AddInstruction(array_set); in CreateBasicLoopDataFlow()