Home
last modified time | relevance | path

Searched refs:kDexAnnotationArray (Results 1 – 5 of 5) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc230 case DexFile::kDexAnnotationArray: in SkipAnnotationValue()
583 case DexFile::kDexAnnotationArray: in ProcessAnnotationValue()
866 DexFile::kDexAnnotationArray); in GetAnnotationArrayValue()
890 DexFile::kDexAnnotationArray); in GetSignatureValue()
913 DexFile::kDexAnnotationArray); in GetThrowsValue()
1220 DexFile::kDexAnnotationArray)); in GetParametersMetadataForMethod()
1233 DexFile::kDexAnnotationArray)); in GetParametersMetadataForMethod()
1933 case DexFile::kDexAnnotationArray: { in VisitEncodedValue()
/art/libdexfile/dex/
Ddex_file.h253 kDexAnnotationArray = 0x1c, enumerator
Ddex_file_verifier.cc1134 case DexFile::kDexAnnotationArray: in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc605 case DexFile::kDexAnnotationArray: { in dumpEncodedValue()
/art/runtime/
Dclass_linker.cc9684 if (type != DexFile::kDexAnnotationArray) { in VisitAnnotationElement()
9740 type, DexFile::kDexAnnotationArray, visiting_type_, index, depth)) { in VisitArrayElement()
9757 type, DexFile::kDexAnnotationArray, visiting_type_, index, depth)) { in VisitArrayElement()