Searched defs:makeByte (Results 1 - 3 of 3) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DInsnFormat.java473 protected static int makeByte(int low, int high) { method in class:InsnFormat
/dalvik/dx/src/com/android/dx/dex/code/
H A DInsnFormat.java571 protected static int makeByte(int low, int high) { method in class:InsnFormat
/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java74 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) { method in class:InstructionCodec

Completed in 197 milliseconds