Home
last modified time | relevance | path

Searched refs:methodsSize (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DAnnotationsDirectoryItem.java288 int methodsSize = listSize(methodAnnotations); in writeTo0() local
297 Hex.u4(methodsSize)); in writeTo0()
304 out.writeInt(methodsSize); in writeTo0()
317 if (methodsSize != 0) { in writeTo0()
/dalvik/libdex/
DDexFile.h352 u4 methodsSize; /* count of DexMethodAnnotationsItem */ member
868 if (pAnnoDir->methodsSize == 0) in dexGetMethodAnnotations()
884 return pAnnoDir->methodsSize; in dexGetMethodAnnotationsSize()
907 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem); in dexGetParameterAnnotations()
DDexSwapVerify.c1116 SWAP_FIELD4(item->methodsSize); in swapAnnotationsDirectoryItem()
1128 if (item->methodsSize != 0) { in swapAnnotationsDirectoryItem()
1129 addr = swapMethodAnnotations(state, item->methodsSize, addr); in swapAnnotationsDirectoryItem()
1219 if (dir->methodsSize != 0) { in findFirstAnnotationsDirectoryDefiner()
1259 if (item->methodsSize != 0) { in crossVerifyAnnotationsDirectoryItem()
1260 addr = crossVerifyMethodAnnotations(state, item->methodsSize, addr, in crossVerifyAnnotationsDirectoryItem()