Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc225 case DexFile::kDexAnnotationString: in SkipAnnotationValue()
469 case DexFile::kDexAnnotationString: { in ProcessAnnotationValue()
1647 annotation_value.type_ != DexFile::kDexAnnotationString) { in GetInnerClass()
1733 if (annotation_value.type_ != DexFile::kDexAnnotationString) { in GetSourceDebugExtension()
/art/libdexfile/dex/
Ddex_file.h213 kDexAnnotationString = 0x17, enumerator
Ddex_file_verifier.cc978 case DexFile::kDexAnnotationString: { in CheckEncodedValue()
/art/dexlayout/
Ddex_verify.cc644 case DexFile::kDexAnnotationString: in VerifyEncodedValue()
Ddex_writer.cc150 case DexFile::kDexAnnotationString: in WriteEncodedValue()
Ddex_ir_builder.cc1165 case DexFile::kDexAnnotationString: { in ReadEncodedValue()
Ddexlayout.cc600 case DexFile::kDexAnnotationString: { in DumpEncodedValue()
/art/dexdump/
Ddexdump.cc578 case DexFile::kDexAnnotationString: { in dumpEncodedValue()
/art/runtime/
Dclass_linker.cc9509 type, DexFile::kDexAnnotationString, visiting_type_, index, depth)) { in VisitArrayElement()