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

/art/runtime/
H A Ddex_file_verifier.cc47 case DexFile::kDexTypeAnnotationSetItem: return 1 << 10;
1409 case DexFile::kDexTypeAnnotationSetItem: {
1616 case DexFile::kDexTypeAnnotationSetItem:
2095 !CheckOffsetToTypeMap(item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
2176 !CheckOffsetToTypeMap(item->class_annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
2191 if (!CheckOffsetToTypeMap(field_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
2208 if (!CheckOffsetToTypeMap(method_item->annotations_off_, DexFile::kDexTypeAnnotationSetItem)) {
2299 case DexFile::kDexTypeAnnotationSetItem: {
2357 case DexFile::kDexTypeAnnotationSetItem:
H A Ddex_file.h134 kDexTypeAnnotationSetItem = 0x1003, enumerator in enum:art::DexFile::__anon40

Completed in 448 milliseconds