Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexSwapVerify.cpp377 u4 dataItemCount = 0; // Total count of items in the data section. in swapMap() local
418 "at least %d", dataItemCount + icount); in swapMap()
423 dataItemCount += icount; in swapMap()
500 state->pDataMap = dexDataMapAlloc(dataItemCount); in swapMap()
502 ALOGE("Unable to allocate data map (size %#x)", dataItemCount); in swapMap()