Searched refs:array_set (Results 1 – 5 of 5) sorted by relevance
95 HArraySet* array_set = new (GetAllocator()) HArraySet( in TEST_F() local100 block2->AddInstruction(array_set); in TEST_F()119 array_set = new (GetAllocator()) HArraySet( in TEST_F()124 block4->AddInstruction(array_set); in TEST_F()132 array_set = new (GetAllocator()) HArraySet( in TEST_F()137 block5->AddInstruction(array_set); in TEST_F()205 HArraySet* array_set = new (GetAllocator()) HArraySet( in TEST_F() local208 block3->AddInstruction(array_set); in TEST_F()272 HArraySet* array_set = new (GetAllocator()) HArraySet( in TEST_F() local275 block3->AddInstruction(array_set); in TEST_F()[all …]
117 HInstruction* array_set = in TEST_F() local119 block->AddInstruction(array_set); in TEST_F()190 HInstruction* array_set = in TEST_F() local192 block->AddInstruction(array_set); in TEST_F()
478 void VisitArraySet(HArraySet* array_set) override { in VisitArraySet() argument480 << array_set->GetValueCanBeNull() << std::noboolalpha; in VisitArraySet()482 << array_set->NeedsTypeCheck() << std::noboolalpha; in VisitArraySet()484 << std::boolalpha << array_set->GetSideEffects().Includes(SideEffects::CanTriggerGC()) in VisitArraySet()486 StartAttributeStream("write_barrier_kind") << array_set->GetWriteBarrierKind(); in VisitArraySet()
89 HInstruction* array_set = new (GetAllocator()) HArraySet( in CreateBasicLoopDataFlow() local98 loop_body->AddInstruction(array_set); in CreateBasicLoopDataFlow()
669 HInstruction* array_set = AddArraySet(return_block_, array_, j_, c1); in TEST_F() local674 ASSERT_TRUE(IsRemoved(array_set)); in TEST_F()