Searched refs:CheckState (Results 1 – 1 of 1) sorted by relevance
/dalvik/libdex/ |
D | DexSwapVerify.cpp | 45 struct CheckState { struct 66 static inline u4 fileOffset(const CheckState* state, const void* ptr) { in fileOffset() argument 73 static inline void* filePointer(const CheckState* state, u4 offset) { in filePointer() 85 static inline bool checkPtrRange(const CheckState* state, in checkPtrRange() 207 static bool verifyFieldDefiner(const CheckState* state, u4 definingClass, in verifyFieldDefiner() 214 static bool verifyMethodDefiner(const CheckState* state, u4 definingClass, in verifyMethodDefiner() 224 static size_t calcDefinedClassBitsSize(const CheckState* state) in calcDefinedClassBitsSize() 233 static bool setDefinedClassBit(const CheckState* state, u4 typeIdx) { in setDefinedClassBit() 247 static bool swapDexHeader(const CheckState* state, DexHeader* pHeader) in swapDexHeader() 297 static bool checkHeaderSection(const CheckState* state, u4 sectionOffset, in checkHeaderSection() [all …]
|