Lines Matching refs:AddInstruction
62 entry_->AddInstruction(arg); in TEST_F()
66 block->AddInstruction(ret); in TEST_F()
67 block->AddInstruction(new (GetAllocator()) HExit()); in TEST_F()
92 entry_->AddInstruction(insn); in TEST_F()
97 block->AddInstruction(null_check); in TEST_F()
106 block->AddInstruction(length); in TEST_F()
108 block->AddInstruction(bounds_check); in TEST_F()
118 block->AddInstruction(array_set); in TEST_F()
161 entry_->AddInstruction(insn); in TEST_F()
166 block->AddInstruction(null_check); in TEST_F()
175 block->AddInstruction(length); in TEST_F()
178 block->AddInstruction(ae); in TEST_F()
181 block->AddInstruction(deoptimize); in TEST_F()
191 block->AddInstruction(array_set); in TEST_F()