Searched defs:filePointer (Results 1 - 1 of 1) sorted by relevance

/dalvik/libdex/
H A DDexSwapVerify.cpp75 static inline void* filePointer(const CheckState* state, u4 offset) { function
110 const u1* _startPtr = (const u1*) filePointer(state, (_start)); \
111 const u1* _endPtr = (const u1*) filePointer(state, (_end)); \
311 const DexHeader* pHeader = (const DexHeader*) filePointer(state, 0);
523 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset);
921 const u1* data = (const u1*) filePointer(state, offset);
951 (const DexAnnotationsDirectoryItem*) filePointer(state, offset);
2487 u1* ptr = (u1*) filePointer(state, newOffset);
2490 ptr = (u1*) filePointer(state, offset);
2617 const u1* ptr = (const u1*) filePointer(stat
[all...]

Completed in 29 milliseconds