Lines Matching refs:GetAllocator

159   HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, bool_value);  in TEST_F()
164 HInstruction* goto_c1 = new (GetAllocator()) HGoto(); in TEST_F()
167 HInstruction* goto_c2 = new (GetAllocator()) HGoto(); in TEST_F()
171 HInstruction* goto_c3 = new (GetAllocator()) HGoto(); in TEST_F()
178 new (GetAllocator()) HPredicatedInstanceFieldGet(obj_phi, in TEST_F()
188 HInstruction* return_exit = new (GetAllocator()) HReturn(read_end); in TEST_F()
251 HInstruction* switch_inst = new (GetAllocator()) HPackedSwitch(0, 2, bool_value); in TEST_F()
256 HInstruction* goto_c1 = new (GetAllocator()) HGoto(); in TEST_F()
259 HInstruction* goto_c2 = new (GetAllocator()) HGoto(); in TEST_F()
263 HInstruction* goto_c3 = new (GetAllocator()) HGoto(); in TEST_F()
270 new (GetAllocator()) HPredicatedInstanceFieldGet(obj_phi, in TEST_F()
280 HInstruction* return_exit = new (GetAllocator()) HReturn(read_end); in TEST_F()
336 HInstruction* if_inst = new (GetAllocator()) HIf(bool_value); in TEST_F()
342 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_F()
347 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_F()
354 HInstruction* read_end = new (GetAllocator()) HPredicatedInstanceFieldGet(obj_phi, in TEST_F()
364 HInstruction* return_exit = new (GetAllocator()) HReturn(read_end); in TEST_F()
425 HInstanceOf* instance_of = new (GetAllocator()) HInstanceOf(new_inst, in TEST_P()
430 GetAllocator(), in TEST_P()
436 HInstruction* if_inst = new (GetAllocator()) HIf(instance_of); in TEST_P()
450 HInstruction* goto_left = new (GetAllocator()) HGoto(); in TEST_P()
453 HInstruction* goto_right = new (GetAllocator()) HGoto(); in TEST_P()
457 HInstruction* return_exit = new (GetAllocator()) HReturn(read_bottom); in TEST_P()
504 HCheckCast* check_cast = new (GetAllocator()) HCheckCast(new_inst, in TEST_P()
509 GetAllocator(), in TEST_P()
515 HInstruction* entry_return = new (GetAllocator()) HReturn(new_inst); in TEST_P()