Searched defs:CheckOffsetToTypeMap (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Ddex_file_verifier.cc1640 bool DexFileVerifier::CheckOffsetToTypeMap(size_t offset, uint16_t type) { function in class:art::DexFileVerifier
1707 if (!CheckOffsetToTypeMap(item->string_data_off_, DexFile::kDexTypeStringDataItem)) {
1757 !CheckOffsetToTypeMap(item->parameters_off_, DexFile::kDexTypeTypeList)) {
1942 !CheckOffsetToTypeMap(item->interfaces_off_, DexFile::kDexTypeTypeList)) {
1946 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationsDirectoryItem)) {
1950 !CheckOffsetToTypeMap(item->class_data_off_, DexFile::kDexTypeClassDataItem)) {
1954 !CheckOffsetToTypeMap(item->static_values_off_, DexFile::kDexTypeEncodedArrayItem)) {
2095 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
2112 if (*offsets != 0 && !CheckOffsetToTypeMap(*offsets, DexFile::kDexTypeAnnotationItem)) {
2152 if (code_off != 0 && !CheckOffsetToTypeMap(code_of
[all...]

Completed in 52 milliseconds