Home
last modified time | relevance | path

Searched defs:typeIds (Results 1 – 10 of 10) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationAttributeImpl.java30 private final int[] typeIds; field in DexAnnotationAttributeImpl
35 DexAnnotation annotation, int[] typeIds, String[] stringPool, in DexAnnotationAttributeImpl()
DDexEncodedAnnotationImpl.java33 private final int[] typeIds; field in DexEncodedAnnotationImpl
40 int[] typeIds, String[] stringPool, FieldIdItem[] fieldIdItems) { in DexEncodedAnnotationImpl()
DDexParameterImpl.java32 private final int[] typeIds; field in DexParameterImpl
37 Integer annotationOffset, int[] typeIds, String[] stringPool, in DexParameterImpl()
DDexAnnotationImpl.java30 private int[] typeIds; field in DexAnnotationImpl
38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
DDexFileImpl.java33 private final int[] typeIds; field in DexFileImpl
42 public DexFileImpl(DexBuffer buffer, String[] stringPool, int[] typeIds, in DexFileImpl()
DDexFieldImpl.java34 private int[] typeIds; field in DexFieldImpl
45 int[] typeIds, FieldIdItem[] fieldIdItems) { in DexFieldImpl()
DDexMethodImpl.java42 private int[] typeIds; field in DexMethodImpl
58 int[] typeIds, FieldIdItem[] fieldIdItems) { in DexMethodImpl()
DDexEncodedValueImpl.java35 private int[] typeIds; field in DexEncodedValueImpl
48 int[] typeIds, String[] stringPool, FieldIdItem[] fieldIdItems) { in DexEncodedValueImpl()
DDexClassImpl.java44 private final int[] typeIds; field in DexClassImpl
70 String[] stringPool, int[] typeIds, ProtIdItem[] protoIdItems, in DexClassImpl()
DDexFileReader.java61 private int[] typeIds; // values are index of stringPool field in DexFileReader