Lines Matching refs:AddInstruction
418 entry->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
426 first_block->AddInstruction(equal); in TEST_F()
427 first_block->AddInstruction(new (GetAllocator()) HIf(equal)); in TEST_F()
442 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
443 then_block->AddInstruction(new (GetAllocator()) HReturn(constant0)); in TEST_F()
444 else_block->AddInstruction(new (GetAllocator()) HReturn(constant1)); in TEST_F()
479 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
484 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
493 code_block->AddInstruction(&cmp_lt); in TEST_F()
495 code_block->AddInstruction(&ret); in TEST_F()
527 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TEST_F()
537 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
550 if_block->AddInstruction(&cmp_lt); in TEST_F()
554 if_block->AddInstruction(&force_materialization); in TEST_F()
556 if_block->AddInstruction(&if_lt); in TEST_F()
560 if_true_block->AddInstruction(&ret_lt); in TEST_F()
563 if_false_block->AddInstruction(&ret_ge); in TEST_F()
608 entry_block->AddInstruction(new (GetAllocator()) HGoto()); in TestComparison()
616 exit_block->AddInstruction(new (GetAllocator()) HExit()); in TestComparison()
678 block->AddInstruction(comparison); in TestComparison()
679 block->AddInstruction(new (GetAllocator()) HReturn(comparison)); in TestComparison()