Lines Matching refs:AddInstruction
60 entry_->AddInstruction(arg); in TEST_F()
64 block->AddInstruction(ret); in TEST_F()
65 block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
90 entry_->AddInstruction(insn); in TEST_F()
95 block->AddInstruction(null_check); in TEST_F()
104 block->AddInstruction(length); in TEST_F()
106 block->AddInstruction(bounds_check); in TEST_F()
116 block->AddInstruction(array_set); in TEST_F()
159 entry_->AddInstruction(insn); in TEST_F()
164 block->AddInstruction(null_check); in TEST_F()
173 block->AddInstruction(length); in TEST_F()
176 block->AddInstruction(ae); in TEST_F()
179 block->AddInstruction(deoptimize); in TEST_F()
189 block->AddInstruction(array_set); in TEST_F()