HomeSort by relevance Sort by last modified time
    Searched full:methodref (Results 1 - 25 of 29) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstInterfaceMethodRef.java 28 private CstMethodRef methodRef;
38 methodRef = null;
54 if (methodRef == null) {
55 methodRef = new CstMethodRef(getDefiningClass(), getNat());
58 return methodRef;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInterfaceMethodRef.java 28 private CstMethodRef methodRef;
38 methodRef = null;
54 if (methodRef == null) {
55 methodRef = new CstMethodRef(getDefiningClass(), getNat());
58 return methodRef;
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
ClassRef.java 24 private ArrayList<MethodRef> mMethodRefs;
32 mMethodRefs = new ArrayList<MethodRef>();
52 public void addMethod(MethodRef mref) {
59 public MethodRef[] getMethodArray() {
60 return mMethodRefs.toArray(new MethodRef[mMethodRefs.size()]);
MethodRef.java 19 public class MethodRef {
26 public MethodRef(String declClass, String[] argTypes, String returnType,
Output.java 134 MethodRef[] methods = classes[i].getMethodArray();
137 MethodRef ref = methods[j];
207 MethodRef[] methods = cref.getMethodArray();
209 MethodRef mref = methods[i];
DexData.java 412 MethodRef newMethodRef = new MethodRef(
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstInterfaceMethodRef.java 28 private CstMethodRef methodRef;
38 methodRef = null;
54 if (methodRef == null) {
55 methodRef = new CstMethodRef(getDefiningClass(), getNat());
58 return methodRef;
  /external/javassist/src/main/javassist/convert/
TransformNew.java 83 int methodref = computeMethodref(typedesc, cp); local
85 iterator.write16bit(methodref, pos + 1);
TransformReadField.java 86 int methodref = cp.addMethodrefInfo(mi, methodName, type); local
88 iterator.write16bit(methodref, pos + 1);
TransformWriteField.java 63 int methodref = cp.addMethodrefInfo(mi, methodName, type); local
65 iterator.write16bit(methodref, pos + 1);
TransformAccessArrayField.java 149 int methodref = cp.addMethodrefInfo(mi, methodName, signature); local
151 iterator.write16bit(methodref, pos + 1);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
MethodUtil.java 75 public static int getParameterRegisterCount(@Nonnull MethodReference methodRef, boolean isStatic) {
76 return getParameterRegisterCount(methodRef.getParameterTypes(), isStatic);
  /external/proguard/src/proguard/classfile/constant/visitor/
MethodrefTraveler.java 30 * to their methodref constants, and applies a given constant visitor.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
CustomInlineMethodResolver.java 114 ImmutableMethodReference methodRef = new ImmutableMethodReference(className, methodName, methodParams,
124 if (method.equals(methodRef)) {
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 84 case 10: // Methodref
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 224 // add a Methodref for Runtime.r():
240 // add a Methodref for pre-<clinit> method:
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java     [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 338 /** "m": flag bit for valid cp type for {@code Methodref} */
  /external/proguard/src/proguard/classfile/visitor/
ClassPrinter.java 268 println(visitorInfo(methodrefConstant) + " Methodref [" +
    [all...]
  /external/chromium_org/base/android/jni_generator/
testMotionEvent.javap7 15 #1 = Methodref #7.#293 // android/view/InputEvent."<init>":()V
18 #4 = Methodref #2.#296 // java/lang/RuntimeException."<init>":(Ljava/lang/String;)V
    [all...]
  /external/clang/lib/AST/
ASTDumper.cpp     [all...]
  /prebuilts/clang/linux-x86/3.1/
clang 
clang++ 
  /prebuilts/clang/linux-x86/host/3.4/bin/
clang 
clang++ 

Completed in 1147 milliseconds

1 2