Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_annotations.cc194 case DexFile::kDexAnnotationString: in SkipAnnotationValue()
433 case DexFile::kDexAnnotationString: { in ProcessAnnotationValue()
1399 annotation_value.type_ != DexFile::kDexAnnotationString) { in GetInnerClass()
1484 if (annotation_value.type_ != DexFile::kDexAnnotationString) { in GetSourceDebugExtension()
Ddex_file.h340 kDexAnnotationString = 0x17, enumerator
Ddex_file_verifier.cc778 case DexFile::kDexAnnotationString: { in CheckEncodedValue()
/art/dexlayout/
Ddex_writer.cc160 case DexFile::kDexAnnotationString: in WriteEncodedValue()
Ddex_verify.cc631 case DexFile::kDexAnnotationString: in VerifyEncodedValue()
Ddex_ir.cc294 case DexFile::kDexAnnotationString: { in ReadEncodedValue()
Ddexlayout.cc539 case DexFile::kDexAnnotationString: { in DumpEncodedValue()
/art/dexdump/
Ddexdump.cc476 case DexFile::kDexAnnotationString: { in dumpEncodedValue()