Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexDataMap.h60 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type);
70 return dexDataMapVerify(map, offset, type); in dexDataMapVerify0Ok()
DDexDataMap.cpp125 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type) { in dexDataMapVerify() function
DDexSwapVerify.cpp534 if (!dexDataMapVerify(state->pDataMap, in crossVerifyStringIdItem()
1174 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff, in crossVerifyFieldAnnotations()
1194 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff, in crossVerifyMethodAnnotations()
1215 if (!dexDataMapVerify(state->pDataMap, item->annotationsOff, in crossVerifyParameterAnnotations()