Searched refs:convertToSsaMethod (Results 1 – 2 of 2) sorted by relevance
98 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()
42 public static SsaMethod convertToSsaMethod(RopMethod rmeth, in convertToSsaMethod() method in SsaConverter