Searched refs:getLiteral (Results 1 – 9 of 9) sorted by relevance
/dalvik/dx/src/com/android/dx/io/instructions/ |
D | ZeroRegisterDecodedInstruction.java | 44 getTarget(), getLiteral()); in withIndex()
|
D | OneRegisterDecodedInstruction.java | 56 getTarget(), getLiteral(), a); in withIndex()
|
D | RegisterRangeDecodedInstruction.java | 61 getTarget(), getLiteral(), a, registerCount); in withIndex()
|
D | TwoRegisterDecodedInstruction.java | 66 getTarget(), getLiteral(), a, b); in withIndex()
|
D | ThreeRegisterDecodedInstruction.java | 76 getTarget(), getLiteral(), a, b, c); in withIndex()
|
D | FourRegisterDecodedInstruction.java | 86 getTarget(), getLiteral(), a, b, c, d); in withIndex()
|
D | FiveRegisterDecodedInstruction.java | 96 getTarget(), getLiteral(), a, b, c, d, e); in withIndex()
|
D | DecodedInstruction.java | 195 public final long getLiteral() { in getLiteral() method in DecodedInstruction
|
D | InstructionCodec.java | 273 short literal = (short) (insn.getLiteral() >> shift); in FORMAT_21H() 661 long literal = insn.getLiteral(); in FORMAT_51L()
|