Lines Matching refs:AddInstruction
81 loop_header->AddInstruction(suspend_check); in CreateBasicLoopDataFlow()
82 loop_header->AddInstruction(loop_check); in CreateBasicLoopDataFlow()
83 loop_header->AddInstruction(new (GetAllocator()) HIf(loop_check)); in CreateBasicLoopDataFlow()
96 loop_body->AddInstruction(null_check); in CreateBasicLoopDataFlow()
97 loop_body->AddInstruction(array_length); in CreateBasicLoopDataFlow()
98 loop_body->AddInstruction(bounds_check); in CreateBasicLoopDataFlow()
99 loop_body->AddInstruction(array_get); in CreateBasicLoopDataFlow()
100 loop_body->AddInstruction(add); in CreateBasicLoopDataFlow()
101 loop_body->AddInstruction(array_set); in CreateBasicLoopDataFlow()
102 loop_body->AddInstruction(induction_inc); in CreateBasicLoopDataFlow()
103 loop_body->AddInstruction(new (GetAllocator()) HGoto()); in CreateBasicLoopDataFlow()
432 if_block->AddInstruction(new (GetAllocator()) HIf(parameters_[0])); in TEST_F()
440 temp1->AddInstruction(temp_add); in TEST_F()
441 temp1->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
597 loop3_extra_if_block->AddInstruction(new (GetAllocator()) HIf(parameters_[0])); in TEST_F()