Searched refs:NotInt (Results 1 – 4 of 4) sorted by relevance
9 public class NotInt extends Format12x { class15 NotInt(int high, BytecodeStream stream) { in NotInt() method in NotInt19 public NotInt(int dest, int source) { in NotInt() method in NotInt
243 case NotInt.OPCODE: in create()244 return new NotInt(high, stream); in create()
6 import com.android.tools.r8.code.NotInt;47 instruction = new NotInt(dest, src); in buildDex()
193 struct NotInt { in testNew() struct198 NotInt ni; in testNew()