HomeSort by relevance Sort by last modified time
    Searched refs:putRegister (Results 1 - 2 of 2) sorted by null

  /external/smali/dexlib2/src/main/ragel/
SyntheticAccessorFSM.rl 88 int putRegister = -1;
101 putRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA();
181 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
185 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
210 private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister,
212 boolean isPrefix = putRegister == returnRegister;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 237 int putRegister = -1;
330 putRegister = ((OneRegisterInstruction)instructions.get(p)).getRegisterA();
472 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
478 accessorType = getIncrementType(mathOp, mathType, constantValue, putRegister, returnRegister);
513 private static int getIncrementType(int mathOp, int mathType, long constantValue, int putRegister,
515 boolean isPrefix = putRegister == returnRegister;

Completed in 362 milliseconds