Lines Matching refs:AddInstruction
39 entry->AddInstruction(parameter); in TEST_F()
45 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
54 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
64 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
75 block->AddInstruction(new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()
85 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
95 block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
120 entry->AddInstruction(parameter); in TEST_F()
125 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
135 block->AddInstruction(new (GetAllocator()) HIf(block->GetLastInstruction())); in TEST_F()
148 then->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
157 then->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
158 else_->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
167 else_->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
168 join->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
177 join->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
200 entry->AddInstruction(parameter); in TEST_F()
205 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
214 block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
228 loop_header->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
238 loop_header->AddInstruction(new (GetAllocator()) HIf(block->GetLastInstruction())); in TEST_F()
242 loop_body->AddInstruction(new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()
253 loop_body->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
263 loop_body->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
265 exit->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
275 exit->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
344 entry->AddInstruction(parameter); in TEST_F()
345 entry->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
346 outer_loop_header->AddInstruction(new (GetAllocator()) HSuspendCheck()); in TEST_F()
347 outer_loop_header->AddInstruction(new (GetAllocator()) HIf(parameter)); in TEST_F()
348 outer_loop_body->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
349 inner_loop_header->AddInstruction(new (GetAllocator()) HSuspendCheck()); in TEST_F()
350 inner_loop_header->AddInstruction(new (GetAllocator()) HIf(parameter)); in TEST_F()
351 inner_loop_body->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
352 inner_loop_exit->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
353 outer_loop_exit->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
363 entry->AddInstruction(new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()