Searched refs:CheckOffsetToTypeMap (Results 1 – 1 of 1) sorted by relevance
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_verifier.cc | 318 bool CheckOffsetToTypeMap(size_t offset, uint16_t type); 2416 bool DexFileVerifier::CheckOffsetToTypeMap(size_t offset, uint16_t type) { in CheckOffsetToTypeMap() function in art::dex::DexFileVerifier 2535 !CheckOffsetToTypeMap(item->parameters_off_, DexFile::kDexTypeTypeList)) { in CheckInterProtoIdItem() 2733 !CheckOffsetToTypeMap(item->interfaces_off_, DexFile::kDexTypeTypeList)) { in CheckInterClassDefItem() 2741 !CheckOffsetToTypeMap(item->class_data_off_, DexFile::kDexTypeClassDataItem)) { in CheckInterClassDefItem() 2745 !CheckOffsetToTypeMap(item->static_values_off_, DexFile::kDexTypeEncodedArrayItem)) { in CheckInterClassDefItem() 2873 if (!CheckOffsetToTypeMap(item->data_off_, DexFile::kDexTypeEncodedArrayItem)) { in CheckInterCallSiteIdItem() 2931 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) { in CheckInterAnnotationSetRefList() 2948 if (*offsets != 0 && !CheckOffsetToTypeMap(*offsets, DexFile::kDexTypeAnnotationItem)) { in CheckInterAnnotationSetItem() 3007 if (code_off != 0 && !CheckOffsetToTypeMap(code_off, DexFile::kDexTypeCodeItem)) { in CheckInterClassDataItem() [all …]
|