Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
DSsaConverter.java70 public static void updateSsaMethod(SsaMethod ssaMeth, int threshold) { in updateSsaMethod() argument
72 placePhiFunctions(ssaMeth, localInfo, threshold); in updateSsaMethod()
73 new SsaRenamer(ssaMeth, threshold).run(); in updateSsaMethod()
300 LocalVariableInfo localInfo, int threshold) { in placePhiFunctions() argument
307 regCount = ssaMeth.getRegCount() - threshold; in placePhiFunctions()
333 if (rs != null && rs.getReg() - threshold >= 0) { in placePhiFunctions()
334 defsites[rs.getReg() - threshold].set(bi); in placePhiFunctions()
374 int tReg = reg + threshold; in placePhiFunctions()
DSsaRenamer.java75 private int threshold; field in SsaRenamer
110 threshold = 0; in SsaRenamer()
154 threshold = thresh; in SsaRenamer()
248 return ssaReg < threshold; in isBelowThresholdRegister()
544 threshold == 0) { in visitMoveInsn()
553 threshold == 0) { in visitMoveInsn()