Searched refs:extra_arg1 (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | ssa_liveness_analysis_test.cc | 97 HInstruction* extra_arg1 = new (&allocator_) HParameterValue( in TEST_F() local 101 ArenaVector<HInstruction*> args({ array, index, value, extra_arg1, extra_arg2 }, in TEST_F() 167 HInstruction* extra_arg1 = new (&allocator_) HParameterValue( in TEST_F() local 171 ArenaVector<HInstruction*> args({ array, index, value, extra_arg1, extra_arg2 }, in TEST_F()
|