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.cc2433 #define CHECK_INTRA_ID_SECTION_CASE(type) \ in CheckIntraSection() macro
2439 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeStringIdItem) in CheckIntraSection()
2440 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeTypeIdItem) in CheckIntraSection()
2441 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeProtoIdItem) in CheckIntraSection()
2442 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeFieldIdItem) in CheckIntraSection()
2443 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeMethodIdItem) in CheckIntraSection()
2444 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeClassDefItem) in CheckIntraSection()
2445 #undef CHECK_INTRA_ID_SECTION_CASE in CheckIntraSection()