Lines Matching refs:AddInstruction

160   entry->AddInstruction(cls);  in TEST_F()
161 entry->AddInstruction(switch_inst); in TEST_F()
165 case1->AddInstruction(goto_c1); in TEST_F()
168 case2->AddInstruction(goto_c2); in TEST_F()
172 case3->AddInstruction(obj3); in TEST_F()
173 case3->AddInstruction(goto_c3); in TEST_F()
191 breturn->AddInstruction(read_end); in TEST_F()
192 breturn->AddInstruction(return_exit); in TEST_F()
252 entry->AddInstruction(cls); in TEST_F()
253 entry->AddInstruction(switch_inst); in TEST_F()
257 case1->AddInstruction(goto_c1); in TEST_F()
260 case2->AddInstruction(goto_c2); in TEST_F()
264 case3->AddInstruction(obj3); in TEST_F()
265 case3->AddInstruction(goto_c3); in TEST_F()
283 breturn->AddInstruction(read_end); in TEST_F()
284 breturn->AddInstruction(return_exit); in TEST_F()
337 entry->AddInstruction(cls); in TEST_F()
338 entry->AddInstruction(if_inst); in TEST_F()
343 left->AddInstruction(obj1); in TEST_F()
344 left->AddInstruction(goto_left); in TEST_F()
348 right->AddInstruction(obj2); in TEST_F()
349 right->AddInstruction(goto_right); in TEST_F()
367 breturn->AddInstruction(read_end); in TEST_F()
368 breturn->AddInstruction(return_exit); in TEST_F()
437 entry->AddInstruction(new_inst_klass); in TEST_P()
439 entry->AddInstruction(target_klass); in TEST_P()
441 entry->AddInstruction(new_inst); in TEST_P()
442 entry->AddInstruction(instance_of); in TEST_P()
443 entry->AddInstruction(if_inst); in TEST_P()
451 left->AddInstruction(goto_left); in TEST_P()
454 right->AddInstruction(goto_right); in TEST_P()
458 breturn->AddInstruction(read_bottom); in TEST_P()
459 breturn->AddInstruction(return_exit); in TEST_P()
516 entry->AddInstruction(new_inst_klass); in TEST_P()
518 entry->AddInstruction(target_klass); in TEST_P()
520 entry->AddInstruction(new_inst); in TEST_P()
521 entry->AddInstruction(check_cast); in TEST_P()
522 entry->AddInstruction(entry_return); in TEST_P()