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