Home
last modified time | relevance | path

Searched refs:kDexAnnotationAnnotation (Results 1 – 8 of 8) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc238 case DexFile::kDexAnnotationAnnotation: in SkipAnnotationValue()
658 case DexFile::kDexAnnotationAnnotation: in ProcessAnnotationValue()
1055 if ((header_byte & DexFile::kDexAnnotationValueTypeMask) != DexFile::kDexAnnotationAnnotation) { in GetAnnotationDefaultValue()
/art/dexlayout/
Ddex_ir_builder.cc681 ReadEncodedValue(dex_file, &annotation_data, DexFile::kDexAnnotationAnnotation, 0)); in CreateAnnotationItem()
1201 case DexFile::kDexAnnotationAnnotation: { in ReadEncodedValue()
Ddex_verify.cc688 case DexFile::kDexAnnotationAnnotation: in VerifyEncodedValue()
Ddex_writer.cc169 case DexFile::kDexAnnotationAnnotation: in WriteEncodedValue()
Ddexlayout.cc565 case DexFile::kDexAnnotationAnnotation: { in DumpEncodedValue()
/art/libdexfile/dex/
Ddex_file.h181 kDexAnnotationAnnotation = 0x1d, enumerator
Ddex_file_verifier.cc1037 case DexFile::kDexAnnotationAnnotation: in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc555 case DexFile::kDexAnnotationAnnotation: { in dumpEncodedValue()
681 dumpEncodedValue(pDexFile, &rData, DexFile::kDexAnnotationAnnotation, 0); in dumpAnnotationSetItem()