Searched refs:fieldsSize (Results 1 – 5 of 5) sorted by relevance
287 int fieldsSize = listSize(fieldAnnotations); in writeTo0() local295 Hex.u4(fieldsSize)); in writeTo0()303 out.writeInt(fieldsSize); in writeTo0()307 if (fieldsSize != 0) { in writeTo0()
291 int fieldsSize = listSize(fieldAnnotations); in writeTo0() local299 Hex.u4(fieldsSize)); in writeTo0()307 out.writeInt(fieldsSize); in writeTo0()311 if (fieldsSize != 0) { in writeTo0()
415 u4 fieldsSize; /* count of DexFieldAnnotationsItem */ member871 if (pAnnoDir->fieldsSize == 0) in dexGetFieldAnnotations()883 return pAnnoDir->fieldsSize; in dexGetFieldAnnotationsSize()906 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem); in dexGetMethodAnnotations()938 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem); in dexGetParameterAnnotations()
1137 SWAP_FIELD4(item->fieldsSize); in swapAnnotationsDirectoryItem()1143 if (item->fieldsSize != 0) { in swapAnnotationsDirectoryItem()1144 addr = swapFieldAnnotations(state, item->fieldsSize, addr); in swapAnnotationsDirectoryItem()1233 if (dir->fieldsSize != 0) { in findFirstAnnotationsDirectoryDefiner()1273 if (item->fieldsSize != 0) { in crossVerifyAnnotationsDirectoryItem()1274 addr = crossVerifyFieldAnnotations(state, item->fieldsSize, addr, in crossVerifyAnnotationsDirectoryItem()
700 int fieldsSize = directoryIn.readInt(); in transformAnnotationDirectory() local701 annotationsDirectoryOut.writeInt(fieldsSize); in transformAnnotationDirectory()709 for (int i = 0; i < fieldsSize; i++) { in transformAnnotationDirectory()