Searched refs:RemInt (Results 1 – 3 of 3) sorted by relevance
9 public class RemInt extends Format23x { class15 RemInt(int high, BytecodeStream stream) { in RemInt() method in RemInt19 public RemInt(int dest, int left, int right) { in RemInt() method in RemInt
291 case RemInt.OPCODE: in create()292 return new RemInt(high, stream); in create()
11 import com.android.tools.r8.code.RemInt;40 return new RemInt(dest, left, right); in CreateInt()