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

/dalvik/libdex/
H A DDexSwapVerify.cpp45 struct CheckState { struct
68 static inline u4 fileOffset(const CheckState* state, const void* ptr) {
75 static inline void* filePointer(const CheckState* state, u4 offset) {
87 static inline bool checkPtrRange(const CheckState* state,
107 * Assumes "const CheckState* state".
126 * Assumes "const CheckState* state".
137 * Assumes "const CheckState* state" and "typeof(_count) == typeof(_elemSize)"
155 * Assumes "const CheckState* state".
209 static bool verifyFieldDefiner(const CheckState* state, u4 definingClass,
216 static bool verifyMethodDefiner(const CheckState* stat
[all...]

Completed in 7 milliseconds