/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | StringIdsSection.java | 106 public StringIdItem intern(String string) { in intern() method in StringIdsSection 117 public StringIdItem intern(CstString string) { in intern() method in StringIdsSection 128 public StringIdItem intern(CstUtf8 string) { in intern() method in StringIdsSection 138 public StringIdItem intern(StringIdItem string) { in intern() method in StringIdsSection 161 public void intern(CstNat nat) { in intern() method in StringIdsSection
|
D | TypeIdsSection.java | 103 public TypeIdItem intern(Type type) { in intern() method in TypeIdsSection 126 public TypeIdItem intern(CstType type) { in intern() method in TypeIdsSection
|
D | FieldIdsSection.java | 98 public FieldIdItem intern(CstFieldRef field) { in intern() method in FieldIdsSection
|
D | MethodIdsSection.java | 98 public MethodIdItem intern(CstBaseMethodRef method) { in intern() method in MethodIdsSection
|
D | ProtoIdsSection.java | 90 public ProtoIdItem intern(Prototype prototype) { in intern() method in ProtoIdsSection
|
D | MixedItemSection.java | 193 public <T extends OffsettedItem> T intern(T item) { in intern() method in MixedItemSection
|
/dalvik/dx/src/com/android/dx/dex/file/ |
D | StringIdsSection.java | 100 public StringIdItem intern(String string) { in intern() method in StringIdsSection 110 public StringIdItem intern(CstString string) { in intern() method in StringIdsSection 120 public synchronized StringIdItem intern(StringIdItem string) { in intern() method in StringIdsSection 143 public synchronized void intern(CstNat nat) { in intern() method in StringIdsSection
|
D | TypeIdsSection.java | 108 public synchronized TypeIdItem intern(Type type) { in intern() method in TypeIdsSection 131 public synchronized TypeIdItem intern(CstType type) { in intern() method in TypeIdsSection
|
D | MethodHandlesSection.java | 58 public synchronized void intern(CstMethodHandle methodHandle) { in intern() method in MethodHandlesSection
|
D | FieldIdsSection.java | 97 public synchronized FieldIdItem intern(CstFieldRef field) { in intern() method in FieldIdsSection
|
D | MethodIdsSection.java | 97 public synchronized MethodIdItem intern(CstBaseMethodRef method) { in intern() method in MethodIdsSection
|
D | CallSiteIdsSection.java | 82 public synchronized void intern(CstCallSiteRef cstRef) { in intern() method in CallSiteIdsSection
|
D | ProtoIdsSection.java | 105 public synchronized ProtoIdItem intern(Prototype prototype) { in intern() method in ProtoIdsSection
|
D | MixedItemSection.java | 193 public synchronized <T extends OffsettedItem> T intern(T item) { in intern() method in MixedItemSection
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
D | CstType.java | 125 public static CstType intern(Type type) { in intern() method in CstType 143 public static CstType intern(Class clazz) { in intern() method in CstType
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
D | Prototype.java | 53 public static Prototype intern(String descriptor) { in intern() method in Prototype 164 public static Prototype intern(String descriptor, Type definer, in intern() method in Prototype
|
D | Type.java | 308 public static Type intern(Class clazz) { in intern() method in Type 324 public static Type intern(String descriptor) { in intern() method in Type
|
/dalvik/dx/src/com/android/dx/rop/type/ |
D | Prototype.java | 58 public static Prototype intern(String descriptor) { in intern() method in Prototype 195 public static Prototype intern(String descriptor, Type definer, in intern() method in Prototype
|
D | Type.java | 342 public static Type intern(String descriptor) { in intern() method in Type
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
D | CstType.java | 173 public static CstType intern(Type type) { in intern() method in CstType
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | RegisterSpec.java | 61 private static RegisterSpec intern(int reg, TypeBearer type, in intern() method in RegisterSpec
|
/dalvik/dx/src/com/android/dx/rop/code/ |
D | RegisterSpec.java | 69 private static RegisterSpec intern(int reg, TypeBearer type, in intern() method in RegisterSpec
|