Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexSwapVerify.cpp99 static inline void* filePointer(const CheckState* state, u4 offset) { in filePointer() function
134 const u1* _startPtr = (const u1*) filePointer(state, (_start)); \
135 const u1* _endPtr = (const u1*) filePointer(state, (_end)); \
335 const DexHeader* pHeader = (const DexHeader*) filePointer(state, 0); in checkHeaderSection()
539 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset); in checkMapSection()
931 const u1* data = (const u1*) filePointer(state, offset); in verifyClassDataIsForDef()
961 (const DexAnnotationsDirectoryItem*) filePointer(state, offset); in verifyAnnotationsDirectoryIsForDef()
2397 u1* ptr = (u1*) filePointer(state, newOffset); in iterateSectionWithOptionalUpdate()
2400 ptr = (u1*) filePointer(state, offset); in iterateSectionWithOptionalUpdate()
2527 const u1* ptr = (const u1*) filePointer(state, lastOffset); in swapEverythingButHeaderAndMap()