Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc224 case DexFile::kDexAnnotationString: in SkipAnnotationValue()
468 case DexFile::kDexAnnotationString: { in ProcessAnnotationValue()
1667 annotation_value.type_ != DexFile::kDexAnnotationString) { in GetInnerClass()
1753 if (annotation_value.type_ != DexFile::kDexAnnotationString) { in GetSourceDebugExtension()
/art/libdexfile/dex/
Ddex_file.h248 kDexAnnotationString = 0x17, enumerator
Ddex_file_verifier.cc1077 case DexFile::kDexAnnotationString: { in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc578 case DexFile::kDexAnnotationString: { in dumpEncodedValue()
/art/runtime/
Dclass_linker.cc9705 type, DexFile::kDexAnnotationString, visiting_type_, index, depth)) { in VisitArrayElement()