Lines Matching defs:state
91 static inline u4 fileOffset(const CheckState* state, const void* ptr) { in fileOffset()
98 static inline void* filePointer(const CheckState* state, u4 offset) { in filePointer()
110 static inline bool checkPtrRange(const CheckState* state, in checkPtrRange()
232 static bool verifyFieldDefiner(const CheckState* state, u4 definingClass, in verifyFieldDefiner()
239 static bool verifyMethodDefiner(const CheckState* state, u4 definingClass, in verifyMethodDefiner()
249 static size_t calcDefinedClassBitsSize(const CheckState* state) in calcDefinedClassBitsSize()
258 static bool setDefinedClassBit(const CheckState* state, u4 typeIdx) { in setDefinedClassBit()
272 static bool swapDexHeader(const CheckState* state, DexHeader* pHeader) in swapDexHeader()
322 static bool checkHeaderSection(const CheckState* state, u4 sectionOffset, in checkHeaderSection()
394 static bool swapMap(CheckState* state, DexMapList* pMap) in swapMap()
525 static bool checkMapSection(const CheckState* state, u4 sectionOffset, in checkMapSection()
546 static void* swapStringIdItem(const CheckState* state, void* ptr) { in swapStringIdItem()
556 static void* crossVerifyStringIdItem(const CheckState* state, void* ptr) { in crossVerifyStringIdItem()
579 static void* swapTypeIdItem(const CheckState* state, void* ptr) { in swapTypeIdItem()
589 static void* crossVerifyTypeIdItem(const CheckState* state, void* ptr) { in crossVerifyTypeIdItem()
613 static void* swapProtoIdItem(const CheckState* state, void* ptr) { in swapProtoIdItem()
670 static void* crossVerifyProtoIdItem(const CheckState* state, void* ptr) { in crossVerifyProtoIdItem()
763 static void* swapFieldIdItem(const CheckState* state, void* ptr) { in swapFieldIdItem()
775 static void* crossVerifyFieldIdItem(const CheckState* state, void* ptr) { in crossVerifyFieldIdItem()
835 static void* swapMethodIdItem(const CheckState* state, void* ptr) { in swapMethodIdItem()
847 static void* crossVerifyMethodIdItem(const CheckState* state, void* ptr) { in crossVerifyMethodIdItem()
901 static void* swapClassDefItem(const CheckState* state, void* ptr) { in swapClassDefItem()
924 static bool verifyClassDataIsForDef(const CheckState* state, u4 offset, in verifyClassDataIsForDef()
953 static bool verifyAnnotationsDirectoryIsForDef(const CheckState* state, in verifyAnnotationsDirectoryIsForDef()
966 static void* crossVerifyClassDefItem(const CheckState* state, void* ptr) { in crossVerifyClassDefItem()
1060 static u1* swapFieldAnnotations(const CheckState* state, u4 count, u1* addr) { in swapFieldAnnotations()
1089 static u1* swapMethodAnnotations(const CheckState* state, u4 count, u1* addr) { in swapMethodAnnotations()
1118 static u1* swapParameterAnnotations(const CheckState* state, u4 count, in swapParameterAnnotations()
1147 static void* swapAnnotationsDirectoryItem(const CheckState* state, void* ptr) { in swapAnnotationsDirectoryItem()
1184 static const u1* crossVerifyFieldAnnotations(const CheckState* state, u4 count, in crossVerifyFieldAnnotations()
1204 static const u1* crossVerifyMethodAnnotations(const CheckState* state, in crossVerifyMethodAnnotations()
1224 static const u1* crossVerifyParameterAnnotations(const CheckState* state, in crossVerifyParameterAnnotations()
1246 static u4 findFirstAnnotationsDirectoryDefiner(const CheckState* state, in findFirstAnnotationsDirectoryDefiner()
1276 static void* crossVerifyAnnotationsDirectoryItem(const CheckState* state, in crossVerifyAnnotationsDirectoryItem()
1316 static void* swapTypeList(const CheckState* state, void* ptr) in swapTypeList()
1338 static void* swapAnnotationSetRefList(const CheckState* state, void* ptr) { in swapAnnotationSetRefList()
1358 static void* crossVerifyAnnotationSetRefList(const CheckState* state, in crossVerifyAnnotationSetRefList()
1377 static void* swapAnnotationSetItem(const CheckState* state, void* ptr) { in swapAnnotationSetItem()
1404 static void* crossVerifyAnnotationSetItem(const CheckState* state, void* ptr) { in crossVerifyAnnotationSetItem()
1436 static bool verifyFields(const CheckState* state, u4 size, in verifyFields()
1462 static bool verifyMethods(const CheckState* state, u4 size, in verifyMethods()
1506 static bool verifyClassDataItem0(const CheckState* state, in verifyClassDataItem0()
1546 static void* intraVerifyClassDataItem(const CheckState* state, void* ptr) { in intraVerifyClassDataItem()
1569 static u4 findFirstClassDataDefiner(const CheckState* state, in findFirstClassDataDefiner()
1599 static void* crossVerifyClassDataItem(const CheckState* state, void* ptr) { in crossVerifyClassDataItem()
1646 static u4 setHandlerOffsAndVerify(const CheckState* state, in setHandlerOffsAndVerify()
1724 static void* swapTriesAndCatches(const CheckState* state, DexCode* code) { in swapTriesAndCatches()
1799 static void* swapCodeItem(const CheckState* state, void* ptr) { in swapCodeItem()
1858 static void* intraVerifyStringDataItem(const CheckState* state, void* ptr) { in intraVerifyStringDataItem()
1959 static void* intraVerifyDebugInfoItem(const CheckState* state, void* ptr) { in intraVerifyDebugInfoItem()
2108 static u4 readUnsignedLittleEndian(const CheckState* state, const u1** pData, in readUnsignedLittleEndian()
2126 static const u1* verifyEncodedArray(const CheckState* state, in verifyEncodedArray()
2149 static const u1* verifyEncodedValue(const CheckState* state, in verifyEncodedValue()
2269 static const u1* verifyEncodedAnnotation(const CheckState* state, in verifyEncodedAnnotation()
2337 static void* intraVerifyEncodedArrayItem(const CheckState* state, void* ptr) { in intraVerifyEncodedArrayItem()
2342 static void* intraVerifyAnnotationItem(const CheckState* state, void* ptr) { in intraVerifyAnnotationItem()
2363 static void* crossVerifyAnnotationItem(const CheckState* state, void* ptr) { in crossVerifyAnnotationItem()
2385 static bool iterateSectionWithOptionalUpdate(CheckState* state, in iterateSectionWithOptionalUpdate()
2445 static bool iterateSection(CheckState* state, u4 offset, u4 count, in iterateSection()
2455 static bool checkBoundsAndIterateSection(CheckState* state, in checkBoundsAndIterateSection()
2477 static bool iterateDataSection(CheckState* state, u4 offset, u4 count, in iterateDataSection()
2511 static bool swapEverythingButHeaderAndMap(CheckState* state, in swapEverythingButHeaderAndMap()
2685 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap) in crossVerifyEverything()
2792 CheckState state; in dexSwapAndVerify() local