Home | History | Annotate | Download | only in libdex

Lines Matching refs:u4

29     u4 staticFieldsSize;
30 u4 instanceFieldsSize;
31 u4 directMethodsSize;
32 u4 virtualMethodsSize;
37 u4 fieldIdx; /* index to a field_id_item */
38 u4 accessFlags;
43 u4 methodIdx; /* index to a method_id_item */
44 u4 accessFlags;
45 u4 codeOff; /* file offset to a code_item */
77 DexField* pField, u4* lastIndex);
91 DexMethod* pMethod, u4* lastIndex);
137 u4* lastIndex) {
138 u4 index = *lastIndex + readUnsignedLeb128(pData);
153 u4* lastIndex) {
154 u4 index = *lastIndex + readUnsignedLeb128(pData);