Searched refs:OrInt (Results 1 – 3 of 3) sorted by relevance
8 public class OrInt extends Format23x { class14 OrInt(int high, BytecodeStream stream) { in OrInt() method in OrInt18 public OrInt(int dest, int left, int right) { in OrInt() method in OrInt
295 case OrInt.OPCODE: in create()296 return new OrInt(high, stream); in create()
6 import com.android.tools.r8.code.OrInt;36 return new OrInt(dest, left, right); in CreateInt()