Searched refs:dexDataMapVerify (Results 1 – 3 of 3) sorted by relevance
/dalvik/libdex/ |
D | DexDataMap.h | 60 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type); 70 return dexDataMapVerify(map, offset, type); in dexDataMapVerify0Ok()
|
D | DexDataMap.cpp | 125 bool dexDataMapVerify(DexDataMap* map, u4 offset, u2 type) { in dexDataMapVerify() function
|
D | DexSwapVerify.cpp | 534 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()
|