Searched refs:array_set (Results 1 – 4 of 4) 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 …]
114 HInstruction* array_set = in TEST_F() local116 block->AddInstruction(array_set); in TEST_F()187 HInstruction* array_set = in TEST_F() local189 block->AddInstruction(array_set); in TEST_F()
441 void VisitArraySet(HArraySet* array_set) override { in VisitArraySet() argument443 << array_set->GetValueCanBeNull() << std::noboolalpha; in VisitArraySet()445 << array_set->NeedsTypeCheck() << std::noboolalpha; in VisitArraySet()
84 HInstruction* array_set = new (GetAllocator()) HArraySet( in CreateBasicLoopDataFlow() local93 loop_body->AddInstruction(array_set); in CreateBasicLoopDataFlow()