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

  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 492 Constant resultConstant = null;
498 resultConstant = cstInsn.getConstant();
505 resultConstant = latticeConstants[sourceReg];
520 resultConstant = simulateMath(insn, result.getBasicType());
521 if (resultConstant != null) {
529 resultConstant = latticeConstants[resultReg];
537 if (setLatticeValueTo(resultReg, resultValue, resultConstant)) {
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 492 Constant resultConstant = null;
498 resultConstant = cstInsn.getConstant();
505 resultConstant = latticeConstants[sourceReg];
520 resultConstant = simulateMath(insn, result.getBasicType());
521 if (resultConstant != null) {
529 resultConstant = latticeConstants[resultReg];
537 if (setLatticeValueTo(resultReg, resultValue, resultConstant)) {

Completed in 73 milliseconds