HomeSort by relevance Sort by last modified time
    Searched refs:getLiteral (Results 1 - 25 of 32) 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/llvm/lib/Target/R600/
R600ControlFlowFinalizer.cpp 174 void getLiteral(MachineInstr *MI, std::vector<int64_t> &Lits) const {
239 getLiteral(BI, Literals);
245 getLiteral(I, Literals);

Completed in 462 milliseconds

1 2