Home | History | Annotate | Download | only in libdex

Lines Matching full:dataitemcount

399     u4 dataItemCount = 0; // Total count of items in the data section.
440 "at least %d", dataItemCount + icount);
445 dataItemCount += icount;
516 state->pDataMap = dexDataMapAlloc(dataItemCount);
518 ALOGE("Unable to allocate data map (size %#x)", dataItemCount);