Searched refs:fieldsSize (Results 1 – 3 of 3) 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()
350 u4 fieldsSize; /* count of DexFieldAnnotationsItem */ member827 if (pAnnoDir->fieldsSize == 0) in dexGetFieldAnnotations()838 return pAnnoDir->fieldsSize; in dexGetFieldAnnotationsSize()860 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem); in dexGetMethodAnnotations()890 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem); in dexGetParameterAnnotations()
1112 SWAP_FIELD4(item->fieldsSize); in swapAnnotationsDirectoryItem()1118 if (item->fieldsSize != 0) { in swapAnnotationsDirectoryItem()1119 addr = swapFieldAnnotations(state, item->fieldsSize, addr); in swapAnnotationsDirectoryItem()1208 if (dir->fieldsSize != 0) { in findFirstAnnotationsDirectoryDefiner()1248 if (item->fieldsSize != 0) { in crossVerifyAnnotationsDirectoryItem()1249 addr = crossVerifyFieldAnnotations(state, item->fieldsSize, addr, in crossVerifyAnnotationsDirectoryItem()