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

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 473 protected static int makeByte(int low, int high) {
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 571 protected static int makeByte(int low, int high) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
InsnFormat.java 573 protected static int makeByte(int low, int high) {
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 74 makeByte(insn.getA(), insn.getB())));
93 makeByte(insn.getA(), insn.getLiteralNibble())));
335 makeByte(insn.getA(), insn.getB())),
356 makeByte(insn.getA(), insn.getB())),
378 makeByte(insn.getA(), insn.getB())),
399 makeByte(insn.getA(), insn.getB())),
824 makeByte(insn.getE(), insn.getRegisterCount())),
890 private static int makeByte(int lowNibble, int highNibble) {
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 75 makeByte(insn.getA(), insn.getB())));
94 makeByte(insn.getA(), insn.getLiteralNibble())));
336 makeByte(insn.getA(), insn.getB())),
357 makeByte(insn.getA(), insn.getB())),
379 makeByte(insn.getA(), insn.getB())),
400 makeByte(insn.getA(), insn.getB())),
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1323 milliseconds