HomeSort by relevance Sort by last modified time
    Searched defs:methodRef (Results 1 - 16 of 16) sorted by null

  /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/dx/src/com/android/dx/dex/code/form/
Form4rcc.java 81 Constant methodRef = mci.getConstant(0);
82 if (!(methodRef instanceof CstMethodRef)) {
Form45cc.java 91 Constant methodRef = mci.getConstant(0);
92 if (!(methodRef instanceof CstMethodRef)) {
  /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/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
LocationImpl.java 35 private long methodRef;
55 long methodRef, long codeIndex) {
61 this.methodRef = methodRef;
103 method = declaringType.getMethodMirror(methodRef);
PacketStream.java 561 long methodRef = readMethodRef();
566 return new LocationImpl(vm, refType, methodRef, codeIndex);
  /external/grpc-grpc-java/services/src/test/java/io/grpc/services/
BinaryLogProviderTest.java 100 final AtomicReference<MethodDescriptor<?, ?>> methodRef =
106 methodRef.set(method);
117 validateWrappedMethod(methodRef.get());
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 201 CstBaseMethodRef methodRef = (CstBaseMethodRef) cst;
204 count = methodRef.getParameterWordCount(isStatic);
  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 694 CstMethodRef methodRef = (CstMethodRef) cst;
695 if (methodRef.isSignaturePolymorphic()) {
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
StdAttributeFactory.java 825 int methodRef = bytes.getUnsignedShort(offset);
829 observer.parsed(bytes, offset, 2, "bootstrap_method_ref: " + Hex.u2(methodRef));
850 Constant cstMethodRef = constantPool.get(methodRef);
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/error_prone/javac/
javac-9+181-r4173-1.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 

Completed in 781 milliseconds