Home | History | Annotate | Download | only in libdex

Lines Matching defs:lastIndex

55  * The lastIndex value should be set to 0 before the first field in
63 DexField* pField, u4* lastIndex) {
68 dexReadClassDataField(pData, pField, lastIndex);
76 * The lastIndex value should be set to 0 before the first method in
84 DexMethod* pMethod, u4* lastIndex) {
89 dexReadClassDataMethod(pData, pMethod, lastIndex);
105 u4 lastIndex;
161 lastIndex = 0;
164 &result->staticFields[i], &lastIndex);
167 lastIndex = 0;
170 &result->instanceFields[i], &lastIndex);
173 lastIndex = 0;
176 &result->directMethods[i], &lastIndex);
179 lastIndex = 0;
182 &result->virtualMethods[i], &lastIndex);