Searched refs:methodsSize (Results 1 – 5 of 5) sorted by relevance
288 int methodsSize = listSize(methodAnnotations); in writeTo0() local297 Hex.u4(methodsSize)); in writeTo0()304 out.writeInt(methodsSize); in writeTo0()317 if (methodsSize != 0) { in writeTo0()
287 int methodsSize = listSize(methodAnnotations); in writeTo0() local296 Hex.u4(methodsSize)); in writeTo0()303 out.writeInt(methodsSize); in writeTo0()316 if (methodsSize != 0) { in writeTo0()
374 u4 methodsSize; /* count of DexMethodAnnotationsItem */ member853 if (pAnnoDir->methodsSize == 0) in dexGetMethodAnnotations()869 return pAnnoDir->methodsSize; in dexGetMethodAnnotationsSize()892 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem); in dexGetParameterAnnotations()
1161 SWAP_FIELD4(item->methodsSize); in swapAnnotationsDirectoryItem()1173 if (item->methodsSize != 0) { in swapAnnotationsDirectoryItem()1174 addr = swapMethodAnnotations(state, item->methodsSize, addr); in swapAnnotationsDirectoryItem()1264 if (dir->methodsSize != 0) { in findFirstAnnotationsDirectoryDefiner()1304 if (item->methodsSize != 0) { in crossVerifyAnnotationsDirectoryItem()1305 addr = crossVerifyMethodAnnotations(state, item->methodsSize, addr, in crossVerifyAnnotationsDirectoryItem()
703 int methodsSize = directoryIn.readInt(); in transformAnnotationDirectory() local704 annotationsDirectoryOut.writeInt(methodsSize); in transformAnnotationDirectory()717 for (int i = 0; i < methodsSize; i++) { in transformAnnotationDirectory()