Searched defs:switch_inst (Results 1 – 2 of 2) sorted by relevance
| /art/compiler/optimizing/ |
| D | instruction_simplifier_test.cc | 178 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, bool_value); in TEST_F() local 264 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, bool_value); in TEST_F() local
|
| D | load_store_elimination_test.cc | 2012 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, switch_val); in TEST_F() local 3721 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() local 3842 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() local 3973 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() local 6717 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, switch_val); in TEST_F() local 6900 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, switch_val); in TEST_F() local 7814 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() local 7915 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, int_val); in TEST_F() local
|