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

/dalvik/libdex/
H A DDexSwapVerify.cpp99 static inline void* filePointer(const CheckState* state, u4 offset) { 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);
539 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset);
937 const u1* data = (const u1*) filePointer(state, offset);
967 (const DexAnnotationsDirectoryItem*) filePointer(state, offset);
2409 u1* ptr = (u1*) filePointer(state, newOffset);
2412 ptr = (u1*) filePointer(state, offset);
2539 const u1* ptr = (const u1*) filePointer(stat
[all...]

Completed in 24 milliseconds