HomeSort by relevance Sort by last modified time
    Searched defs:OPCODE (Results 1 - 12 of 12) sorted by null

  /external/javassist/src/main/javassist/bytecode/
Mnemonic.java 21 * <p>This interface has been separated from javassist.bytecode.Opcode
23 * interface were merged with Opcode, extra memory would be unnecessary
26 * @see Opcode
31 * The instruction names (mnemonics) sorted by the opcode.
37 String[] OPCODE = {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderArrayPayload.java 36 import org.jf.dexlib2.Opcode;
45 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD;
52 super(OPCODE);
61 @Override public Format getFormat() { return OPCODE.format; }
BuilderPackedSwitchPayload.java 37 import org.jf.dexlib2.Opcode;
47 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
53 super(OPCODE);
68 @Override public Format getFormat() { return OPCODE.format; }
BuilderSparseSwitchPayload.java 38 import org.jf.dexlib2.Opcode;
48 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD;
53 super(OPCODE);
69 @Override public Format getFormat() { return OPCODE.format; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableArrayPayload.java 36 import org.jf.dexlib2.Opcode;
45 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD;
52 super(OPCODE);
59 super(OPCODE);
80 @Override public Format getFormat() { return OPCODE.format; }
ImmutablePackedSwitchPayload.java 36 import org.jf.dexlib2.Opcode;
46 public static final Opcode OPCODE = Opcode.PACKED_SWITCH_PAYLOAD;
51 super(OPCODE);
58 super(OPCODE);
74 @Override public Format getFormat() { return OPCODE.format; }
ImmutableSparseSwitchPayload.java 36 import org.jf.dexlib2.Opcode;
46 public static final Opcode OPCODE = Opcode.SPARSE_SWITCH_PAYLOAD;
51 super(OPCODE);
57 super(OPCODE);
73 @Override public Format getFormat() { return OPCODE.format; }
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedArrayPayload.java 34 import org.jf.dexlib2.Opcode;
44 public static final Opcode OPCODE = Opcode.ARRAY_PAYLOAD;
55 super(dexFile, OPCODE, instructionStart);
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 94 static final String OPCODE = "op";
188 msg.arg1 = args.getInt(OPCODE);
263 int opcode = msg.arg1; local
265 switch (opcode) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 44 : Op0(Op0In), Op1(Op1In), Opcode(0), ICmpType(0), CCValid(0), CCMask(0) {}
49 // The opcode that should be used to compare Op0 and Op1.
50 unsigned Opcode;
55 // The mask of CC values that Opcode can produce.
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 199 milliseconds