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.c559 if (!dexDataMapVerify(state->pDataMap,
1192 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,
1212 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,
1233 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff,

Completed in 44 milliseconds