Searched refs:getLiteral (Results 1 - 20 of 20) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DLiteralInstruction.java32 long getLiteral(); method in interface:LiteralInstruction
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DZeroRegisterDecodedInstruction.java42 getTarget(), getLiteral());
H A DOneRegisterDecodedInstruction.java53 getTarget(), getLiteral(), a);
H A DRegisterRangeDecodedInstruction.java58 getTarget(), getLiteral(), a, registerCount);
H A DTwoRegisterDecodedInstruction.java62 getTarget(), getLiteral(), a, b);
H A DFiveRegisterDecodedInstruction.java89 getTarget(), getLiteral(), a, b, c, d, e);
H A DFourRegisterDecodedInstruction.java80 getTarget(), getLiteral(), a, b, c, d);
H A DThreeRegisterDecodedInstruction.java71 getTarget(), getLiteral(), a, b, c);
H A DDecodedInstruction.java195 public final long getLiteral() { method in class:DecodedInstruction
H A DInstructionCodec.java249 short literal = (short) (insn.getLiteral() >> shift);
598 long literal = insn.getLiteral();
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction11n.java80 public long getLiteral() { method in class:Instruction11n
H A DInstruction21h.java76 public long getLiteral() { method in class:Instruction21h
H A DInstruction21s.java76 public long getLiteral() { method in class:Instruction21s
H A DInstruction22b.java84 public long getLiteral() { method in class:Instruction22b
H A DInstruction22s.java84 public long getLiteral() { method in class:Instruction22s
H A DInstruction31i.java76 public long getLiteral() { method in class:Instruction31i
H A DInstruction51l.java76 public long getLiteral() { method in class:Instruction51l
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItem.java321 LongRenderer.writeSignedIntOrLongTo(writer, ((LiteralInstruction)instruction).getLiteral());
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java1906 RegisterType newDestinationRegisterType = RegisterType.getRegisterTypeForLiteral(instruction.getLiteral());
3369 long literal = ((LiteralInstruction)analyzedInstruction.instruction).getLiteral();
3392 long literalShift = ((LiteralInstruction)analyzedInstruction.instruction).getLiteral();
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 213 milliseconds