Searched refs:dexDataMapVerify0Ok (Results 1 – 2 of 2) sorted by relevance
/dalvik/libdex/ |
D | DexDataMap.h | 65 DEX_INLINE bool dexDataMapVerify0Ok(DexDataMap* map, u4 offset, u2 type) { in dexDataMapVerify0Ok() function
|
D | DexSwapVerify.cpp | 660 if (!dexDataMapVerify0Ok(state->pDataMap, in crossVerifyProtoIdItem() 974 dexDataMapVerify0Ok(state->pDataMap, in crossVerifyClassDefItem() 976 && dexDataMapVerify0Ok(state->pDataMap, in crossVerifyClassDefItem() 978 && dexDataMapVerify0Ok(state->pDataMap, in crossVerifyClassDefItem() 980 && dexDataMapVerify0Ok(state->pDataMap, in crossVerifyClassDefItem() 1346 if (!dexDataMapVerify0Ok(state->pDataMap, in crossVerifyAnnotationsDirectoryItem() 1434 if (!dexDataMapVerify0Ok(state->pDataMap, in crossVerifyAnnotationSetRefList() 1483 if (!dexDataMapVerify0Ok(state->pDataMap, in crossVerifyAnnotationSetItem() 1698 okay = dexDataMapVerify0Ok(state->pDataMap, meth->codeOff, in crossVerifyClassDataItem() 1706 okay = dexDataMapVerify0Ok(state->pDataMap, meth->codeOff, in crossVerifyClassDataItem()
|