Searched refs:kDexTypeTypeList (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc41 case DexFile::kDexTypeTypeList: return 1 << 8;
1194 case DexFile::kDexTypeTypeList: {
1406 case DexFile::kDexTypeTypeList:
1548 !CheckOffsetToTypeMap(item->parameters_off_, DexFile::kDexTypeTypeList)) {
1732 !CheckOffsetToTypeMap(item->interfaces_off_, DexFile::kDexTypeTypeList)) {
2076 case DexFile::kDexTypeTypeList:
H A Ddex_file.h117 kDexTypeTypeList = 0x1001, enumerator in enum:art::DexFile::__anon47

Completed in 127 milliseconds