Searched refs:dexDataMapVerify (Results 1 - 3 of 3) sorted by relevance

/dalvik/libdex/
H A DDexDataMap.h60 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type);
63 * Like dexDataMapVerify(), but also accept a 0 offset as valid.
70 return dexDataMapVerify(map, offset, type);
H A DDexDataMap.c125 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type) { function
H A DDexSwapVerify.c524 if (!dexDataMapVerify(state->pDataMap,
1152 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,
1172 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,
1193 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,

Completed in 9 milliseconds