Searched defs:typeIds (Results 1 – 10 of 10) sorted by relevance
/cts/tools/dex-tools/src/dex/reader/ |
D | DexAnnotationAttributeImpl.java | 30 private final int[] typeIds; field in DexAnnotationAttributeImpl 35 DexAnnotation annotation, int[] typeIds, String[] stringPool, in DexAnnotationAttributeImpl()
|
D | DexEncodedAnnotationImpl.java | 33 private final int[] typeIds; field in DexEncodedAnnotationImpl 40 int[] typeIds, String[] stringPool, FieldIdItem[] fieldIdItems) { in DexEncodedAnnotationImpl()
|
D | DexParameterImpl.java | 32 private final int[] typeIds; field in DexParameterImpl 37 Integer annotationOffset, int[] typeIds, String[] stringPool, in DexParameterImpl()
|
D | DexAnnotationImpl.java | 30 private int[] typeIds; field in DexAnnotationImpl 38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
|
D | DexFileImpl.java | 33 private final int[] typeIds; field in DexFileImpl 42 public DexFileImpl(DexBuffer buffer, String[] stringPool, int[] typeIds, in DexFileImpl()
|
D | DexFieldImpl.java | 34 private int[] typeIds; field in DexFieldImpl 45 int[] typeIds, FieldIdItem[] fieldIdItems) { in DexFieldImpl()
|
D | DexMethodImpl.java | 42 private int[] typeIds; field in DexMethodImpl 58 int[] typeIds, FieldIdItem[] fieldIdItems) { in DexMethodImpl()
|
D | DexEncodedValueImpl.java | 35 private int[] typeIds; field in DexEncodedValueImpl 48 int[] typeIds, String[] stringPool, FieldIdItem[] fieldIdItems) { in DexEncodedValueImpl()
|
D | DexClassImpl.java | 44 private final int[] typeIds; field in DexClassImpl 70 String[] stringPool, int[] typeIds, ProtIdItem[] protoIdItems, in DexClassImpl()
|
D | DexFileReader.java | 61 private int[] typeIds; // values are index of stringPool field in DexFileReader
|