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

/art/runtime/
H A Ddex_file_verifier.cc43 case DexFile::kDexTypeAnnotationSetItem: return 1 << 10;
1206 case DexFile::kDexTypeAnnotationSetItem: {
1408 case DexFile::kDexTypeAnnotationSetItem:
1828 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1909 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1924 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
1941 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
2032 case DexFile::kDexTypeAnnotationSetItem: {
2090 case DexFile::kDexTypeAnnotationSetItem:
H A Ddex_file.h119 kDexTypeAnnotationSetItem = 0x1003, enumerator in enum:art::DexFile::__anon47

Completed in 10 milliseconds