Searched defs:ropMethod (Results 1 – 4 of 4) sorted by relevance
38 private final RopMethod ropMethod; field in IdenticalBlockCombiner
124 RopMethod ropMethod = new RopMethod(convertBasicBlocks(), in convert() local
100 public static SsaMethod newFromRopMethod(RopMethod ropMethod, in newFromRopMethod()119 private SsaMethod(RopMethod ropMethod, int paramWidth, boolean isStatic) { in SsaMethod()
252 RopMethod ropMethod = new RopMethod(code.toBasicBlocks(), 0); in toEncodedMethod() local