Home
last modified time | relevance | path

Searched refs:ConcreteMethod (Results 1 – 10 of 10) sorted by relevance

/dalvik/dx/src/com/android/dx/command/dump/
DBlockDumper.java24 import com.android.dx.cf.code.ConcreteMethod;
191 ConcreteMethod meth = in endParsingMember()
192 new ConcreteMethod((Method) member, classFile, true, true); in endParsingMember()
206 private void regularDump(ConcreteMethod meth) { in regularDump()
278 private void ropDump(ConcreteMethod meth) { in ropDump()
DSsaDumper.java19 import com.android.dx.cf.code.ConcreteMethod;
90 ConcreteMethod meth = in endParsingMember()
91 new ConcreteMethod((Method) member, classFile, true, true); in endParsingMember()
DDotDumper.java19 import com.android.dx.cf.code.ConcreteMethod;
120 ConcreteMethod meth = new ConcreteMethod((Method) member, classFile, in endParsingMember()
DBaseDumper.java19 import com.android.dx.cf.code.ConcreteMethod;
114 static int computeParamWidth(ConcreteMethod meth, boolean isStatic) { in computeParamWidth()
/dalvik/dx/src/com/android/dx/cf/code/
DConcreteMethod.java39 public final class ConcreteMethod implements Method { class
65 public ConcreteMethod(Method method, ClassFile classFile, in ConcreteMethod() method in ConcreteMethod
DBasicBlocker.java36 private final ConcreteMethod method;
81 public static ByteBlockList identifyBlocks(ConcreteMethod method) { in identifyBlocks()
94 private BasicBlocker(ConcreteMethod method) { in BasicBlocker()
DSimulator.java59 private ConcreteMethod method;
77 public Simulator(Machine machine, ConcreteMethod method, DexOptions dexOptions) { in Simulator()
921 private void checkInterfaceMethodDeclaration(ConcreteMethod declaredMethod) { in checkInterfaceMethodDeclaration()
DRopperMachine.java73 private final ConcreteMethod method;
136 public RopperMachine(Ropper ropper, ConcreteMethod method, in RopperMachine()
DRopper.java88 private final ConcreteMethod method;
345 public static RopMethod convert(ConcreteMethod method, in convert()
368 private Ropper(ConcreteMethod method, TranslationAdvice advice, MethodList methods, in Ropper()
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java21 import com.android.dx.cf.code.ConcreteMethod;
300 ConcreteMethod concrete = in processMethods()
301 new ConcreteMethod(one, cf, in processMethods()