Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc221 case DexFile::kDexAnnotationString: in SkipAnnotationValue()
470 case DexFile::kDexAnnotationString: { in ProcessAnnotationValue()
1641 annotation_value.type_ != DexFile::kDexAnnotationString) { in GetInnerClass()
1727 if (annotation_value.type_ != DexFile::kDexAnnotationString) { in GetSourceDebugExtension()
/art/libdexfile/dex/
Ddex_file.h175 kDexAnnotationString = 0x17, enumerator
Ddex_file_verifier.cc983 case DexFile::kDexAnnotationString: { in CheckEncodedValue()
/art/dexlayout/
Ddex_verify.cc644 case DexFile::kDexAnnotationString: in VerifyEncodedValue()
Ddex_writer.cc152 case DexFile::kDexAnnotationString: in WriteEncodedValue()
Ddex_ir_builder.cc1165 case DexFile::kDexAnnotationString: { in ReadEncodedValue()
Ddexlayout.cc530 case DexFile::kDexAnnotationString: { in DumpEncodedValue()
/art/dexdump/
Ddexdump.cc517 case DexFile::kDexAnnotationString: { in dumpEncodedValue()