Home
last modified time | relevance | path

Searched defs:intern (Results 1 – 22 of 22) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DStringIdsSection.java106 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
DTypeIdsSection.java103 public TypeIdItem intern(Type type) { in intern() method in TypeIdsSection
126 public TypeIdItem intern(CstType type) { in intern() method in TypeIdsSection
DFieldIdsSection.java98 public FieldIdItem intern(CstFieldRef field) { in intern() method in FieldIdsSection
DMethodIdsSection.java98 public MethodIdItem intern(CstBaseMethodRef method) { in intern() method in MethodIdsSection
DProtoIdsSection.java90 public ProtoIdItem intern(Prototype prototype) { in intern() method in ProtoIdsSection
DMixedItemSection.java193 public <T extends OffsettedItem> T intern(T item) { in intern() method in MixedItemSection
/dalvik/dx/src/com/android/dx/dex/file/
DStringIdsSection.java100 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
DTypeIdsSection.java108 public synchronized TypeIdItem intern(Type type) { in intern() method in TypeIdsSection
131 public synchronized TypeIdItem intern(CstType type) { in intern() method in TypeIdsSection
DMethodHandlesSection.java58 public synchronized void intern(CstMethodHandle methodHandle) { in intern() method in MethodHandlesSection
DFieldIdsSection.java97 public synchronized FieldIdItem intern(CstFieldRef field) { in intern() method in FieldIdsSection
DMethodIdsSection.java97 public synchronized MethodIdItem intern(CstBaseMethodRef method) { in intern() method in MethodIdsSection
DCallSiteIdsSection.java82 public synchronized void intern(CstCallSiteRef cstRef) { in intern() method in CallSiteIdsSection
DProtoIdsSection.java105 public synchronized ProtoIdItem intern(Prototype prototype) { in intern() method in ProtoIdsSection
DMixedItemSection.java193 public synchronized <T extends OffsettedItem> T intern(T item) { in intern() method in MixedItemSection
/dalvik/dexgen/src/com/android/dexgen/rop/cst/
DCstType.java125 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/
DPrototype.java53 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
DType.java308 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/
DPrototype.java58 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
DType.java342 public static Type intern(String descriptor) { in intern() method in Type
/dalvik/dx/src/com/android/dx/rop/cst/
DCstType.java173 public static CstType intern(Type type) { in intern() method in CstType
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegisterSpec.java61 private static RegisterSpec intern(int reg, TypeBearer type, in intern() method in RegisterSpec
/dalvik/dx/src/com/android/dx/rop/code/
DRegisterSpec.java69 private static RegisterSpec intern(int reg, TypeBearer type, in intern() method in RegisterSpec