Home
last modified time | relevance | path

Searched refs:NotInt (Results 1 – 4 of 4) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/code/
DNotInt.java9 public class NotInt extends Format12x { class
15 NotInt(int high, BytecodeStream stream) { in NotInt() method in NotInt
19 public NotInt(int dest, int source) { in NotInt() method in NotInt
DBaseInstructionFactory.java243 case NotInt.OPCODE: in create()
244 return new NotInt(high, stream); in create()
/external/r8/src/main/java/com/android/tools/r8/ir/code/
DNot.java6 import com.android.tools.r8.code.NotInt;
47 instruction = new NotInt(dest, src); in buildDex()
/external/clang/test/SemaCXX/
Dexplicit.cpp193 struct NotInt { in testNew() struct
198 NotInt ni; in testNew()