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

  /dalvik/dx/src/com/android/dx/rop/cst/
CstProtoRef.java 24 public final class CstProtoRef extends TypedConstant {
29 public CstProtoRef(Prototype prototype) {
40 public static CstProtoRef make(CstString descriptor) {
42 return new CstProtoRef(prototype);
48 if (!(other instanceof CstProtoRef)) {
51 CstProtoRef otherCstProtoRef = (CstProtoRef) other;
75 CstProtoRef otherCstProtoRef = (CstProtoRef) other;
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 122 milliseconds