Home
last modified time | relevance | path

Searched refs:CHECK_INTRA_DATA_SECTION_CASE (Results 1 – 1 of 1) sorted by relevance

/art/libdexfile/dex/
Ddex_file_verifier.cc2470 #define CHECK_INTRA_DATA_SECTION_CASE(type) \ in CheckIntraSection() macro
2476 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeTypeList) in CheckIntraSection()
2477 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationSetRefList) in CheckIntraSection()
2478 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationSetItem) in CheckIntraSection()
2479 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeClassDataItem) in CheckIntraSection()
2480 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeCodeItem) in CheckIntraSection()
2481 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeStringDataItem) in CheckIntraSection()
2482 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeDebugInfoItem) in CheckIntraSection()
2483 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationItem) in CheckIntraSection()
2484 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeEncodedArrayItem) in CheckIntraSection()
[all …]