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.cc2348 #define CHECK_INTRA_ID_SECTION_CASE(type) \ in CheckIntraSection() macro
2355 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeStringIdItem) in CheckIntraSection()
2356 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeTypeIdItem) in CheckIntraSection()
2357 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeProtoIdItem) in CheckIntraSection()
2358 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeFieldIdItem) in CheckIntraSection()
2359 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeMethodIdItem) in CheckIntraSection()
2360 CHECK_INTRA_ID_SECTION_CASE(DexFile::kDexTypeClassDefItem) in CheckIntraSection()
2361 #undef CHECK_INTRA_ID_SECTION_CASE in CheckIntraSection()