Lines Matching refs:AddInstruction
77 loop_header->AddInstruction(suspend_check); in CreateBasicLoopDataFlow()
78 loop_header->AddInstruction(loop_check); in CreateBasicLoopDataFlow()
79 loop_header->AddInstruction(new (GetAllocator()) HIf(loop_check)); in CreateBasicLoopDataFlow()
92 loop_body->AddInstruction(null_check); in CreateBasicLoopDataFlow()
93 loop_body->AddInstruction(array_length); in CreateBasicLoopDataFlow()
94 loop_body->AddInstruction(bounds_check); in CreateBasicLoopDataFlow()
95 loop_body->AddInstruction(array_get); in CreateBasicLoopDataFlow()
96 loop_body->AddInstruction(add); in CreateBasicLoopDataFlow()
97 loop_body->AddInstruction(array_set); in CreateBasicLoopDataFlow()
98 loop_body->AddInstruction(induction_inc); in CreateBasicLoopDataFlow()
99 loop_body->AddInstruction(new (GetAllocator()) HGoto()); in CreateBasicLoopDataFlow()
430 if_block->AddInstruction(new (GetAllocator()) HIf(parameters_[0])); in TEST_F()
438 temp1->AddInstruction(temp_add); in TEST_F()
439 temp1->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
594 loop3_extra_if_block->AddInstruction(new (GetAllocator()) HIf(parameters_[0])); in TEST_F()