Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_verifier.cc2344 #define CHECK_INTRA_ID_SECTION_CASE(type) \ in CheckIntraSection() macro
2351 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeStringIdItem) in CheckIntraSection()
2352 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeTypeIdItem) in CheckIntraSection()
2353 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeProtoIdItem) in CheckIntraSection()
2354 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeFieldIdItem) in CheckIntraSection()
2355 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeMethodIdItem) in CheckIntraSection()
2356 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeClassDefItem) in CheckIntraSection()
2357 #undef CHECK_INTRA_ID_SECTION_CASE in CheckIntraSection()