Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/ssa/
DOptimizer.java98 ssaMeth = SsaConverter.convertToSsaMethod(rmeth, paramWidth, isStatic); in optimize()
133 ssaMeth = SsaConverter.convertToSsaMethod( in optimizeMinimizeRegisters()
221 return SsaConverter.convertToSsaMethod(rmeth, paramWidth, isStatic); in debugRenaming()
233 ssaMeth = SsaConverter.convertToSsaMethod(rmeth, paramWidth, isStatic); in debugDeadCodeRemover()
248 ssaMeth = SsaConverter.convertToSsaMethod(rmeth, paramWidth, isStatic); in debugNoRegisterAllocation()
DSsaConverter.java42 public static SsaMethod convertToSsaMethod(RopMethod rmeth, in convertToSsaMethod() method in SsaConverter