Lines Matching full:lastindex
56 * The lastIndex value should be set to 0 before the first field in
64 DexField* pField, u4* lastIndex) {
69 dexReadClassDataField(pData, pField, lastIndex);
77 * The lastIndex value should be set to 0 before the first method in
85 DexMethod* pMethod, u4* lastIndex) {
90 dexReadClassDataMethod(pData, pMethod, lastIndex);
106 u4 lastIndex;
162 lastIndex = 0;
165 &result->staticFields[i], &lastIndex);
168 lastIndex = 0;
171 &result->instanceFields[i], &lastIndex);
174 lastIndex = 0;
177 &result->directMethods[i], &lastIndex);
180 lastIndex = 0;
183 &result->virtualMethods[i], &lastIndex);