HomeSort by relevance Sort by last modified time
    Searched refs:getLiteral (Results 1 - 25 of 30) sorted by null

1 2

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
LiteralInstruction.java 32 long getLiteral();
  /dalvik/dx/src/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 42 getTarget(), getLiteral());
OneRegisterDecodedInstruction.java 53 getTarget(), getLiteral(), a);
RegisterRangeDecodedInstruction.java 58 getTarget(), getLiteral(), a, registerCount);
TwoRegisterDecodedInstruction.java 62 getTarget(), getLiteral(), a, b);
FiveRegisterDecodedInstruction.java 89 getTarget(), getLiteral(), a, b, c, d, e);
FourRegisterDecodedInstruction.java 80 getTarget(), getLiteral(), a, b, c, d);
ThreeRegisterDecodedInstruction.java 71 getTarget(), getLiteral(), a, b, c);
DecodedInstruction.java 195 public final long getLiteral() {
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ZeroRegisterDecodedInstruction.java 42 getTarget(), getLiteral());
OneRegisterDecodedInstruction.java 53 getTarget(), getLiteral(), a);
RegisterRangeDecodedInstruction.java 58 getTarget(), getLiteral(), a, registerCount);
TwoRegisterDecodedInstruction.java 62 getTarget(), getLiteral(), a, b);
FiveRegisterDecodedInstruction.java 89 getTarget(), getLiteral(), a, b, c, d, e);
FourRegisterDecodedInstruction.java 80 getTarget(), getLiteral(), a, b, c, d);
ThreeRegisterDecodedInstruction.java 71 getTarget(), getLiteral(), a, b, c);
DecodedInstruction.java 195 public final long getLiteral() {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction11n.java 80 public long getLiteral() {
Instruction21h.java 76 public long getLiteral() {
Instruction21s.java 76 public long getLiteral() {
Instruction22b.java 84 public long getLiteral() {
Instruction22s.java 84 public long getLiteral() {
Instruction31i.java 76 public long getLiteral() {
Instruction51l.java 76 public long getLiteral() {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 299 LongRenderer.writeSignedIntOrLongTo(writer, ((LiteralInstruction)instruction).getLiteral());

Completed in 4148 milliseconds

1 2