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.cc2384 #define CHECK_INTRA_DATA_SECTION_CASE(type) \ in CheckIntraSection() macro
2391 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeTypeList) in CheckIntraSection()
2392 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationSetRefList) in CheckIntraSection()
2393 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationSetItem) in CheckIntraSection()
2394 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeClassDataItem) in CheckIntraSection()
2395 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeCodeItem) in CheckIntraSection()
2396 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeStringDataItem) in CheckIntraSection()
2397 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeDebugInfoItem) in CheckIntraSection()
2398 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeAnnotationItem) in CheckIntraSection()
2399 CHECK_INTRA_DATA_SECTION_CASE(DexFile::kDexTypeEncodedArrayItem) in CheckIntraSection()
[all …]