/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);
|
/dalvik/vm/oo/ |
Resolve.cpp | 167 * Find the method corresponding to "methodRef". 170 * "methodRef" is an index into. We also use its class loader. The method
|
/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...] |
/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 | 245 println(visitorInfo(methodrefConstant) + " Methodref [" + [all...] |
/external/clang/lib/AST/ |
ASTDumper.cpp | [all...] |
/prebuilts/clang/linux-x86/3.1/ |
clang | |
clang++ | |
/prebuilts/sdk/tools/linux/ |
libclang.so | |