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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction22b.java 42 private byte litC;
44 public Instruction22b(Opcode opcode, short regA, short regB, byte litC) {
54 this.litC = litC;
62 this.litC = buffer[bufferIndex + 3];
69 out.writeByte(litC);
85 return litC;
Instruction22s.java 43 private short litC;
45 public Instruction22s(Opcode opcode, byte regA, byte regB, short litC) {
55 this.litC = litC;
63 this.litC = NumberUtils.decodeShort(buffer, bufferIndex + 2);
69 out.writeShort(litC);
85 return litC;
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 

Completed in 3008 milliseconds