Home
last modified time | relevance | path

Searched refs:getLiteral (Results 1 – 9 of 9) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DZeroRegisterDecodedInstruction.java44 getTarget(), getLiteral()); in withIndex()
DOneRegisterDecodedInstruction.java56 getTarget(), getLiteral(), a); in withIndex()
DRegisterRangeDecodedInstruction.java61 getTarget(), getLiteral(), a, registerCount); in withIndex()
DTwoRegisterDecodedInstruction.java66 getTarget(), getLiteral(), a, b); in withIndex()
DThreeRegisterDecodedInstruction.java76 getTarget(), getLiteral(), a, b, c); in withIndex()
DFourRegisterDecodedInstruction.java86 getTarget(), getLiteral(), a, b, c, d); in withIndex()
DFiveRegisterDecodedInstruction.java96 getTarget(), getLiteral(), a, b, c, d, e); in withIndex()
DDecodedInstruction.java195 public final long getLiteral() { in getLiteral() method in DecodedInstruction
DInstructionCodec.java273 short literal = (short) (insn.getLiteral() >> shift); in FORMAT_21H()
661 long literal = insn.getLiteral(); in FORMAT_51L()