com.android.dx.cf.code
Class Ropper
java.lang.Object
com.android.dx.cf.code.Ropper
public final class Ropper
- extends Object
Utility that converts a basic block list into a list of register-oriented
blocks.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
convert
public static RopMethod convert(ConcreteMethod method,
TranslationAdvice advice,
MethodList methods)
- Converts a
ConcreteMethod to a RopMethod.
- Parameters:
method - non-null; method to convertadvice - non-null; translation advice to usemethods - non-null; list of methods defined by the class
that defines method.
- Returns:
non-null; the converted instance
Copyright © 2015. All rights reserved.