Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc256 case DexFile::kDexAnnotationNull: in SkipAnnotationValue()
668 case DexFile::kDexAnnotationNull: in ProcessAnnotationValue()
1646 if (annotation_value.type_ != DexFile::kDexAnnotationNull && in GetInnerClass()
/art/libdexfile/dex/
Ddex_file.h220 kDexAnnotationNull = 0x1e, enumerator
Ddex_file_verifier.cc1041 case DexFile::kDexAnnotationNull: in CheckEncodedValue()
/art/dexlayout/
Ddex_verify.cc696 case DexFile::kDexAnnotationNull: in VerifyEncodedValue()
Ddex_writer.cc171 case DexFile::kDexAnnotationNull: in WriteEncodedValue()
Ddex_ir_builder.cc1215 case DexFile::kDexAnnotationNull: in ReadEncodedValue()
Ddexlayout.cc639 case DexFile::kDexAnnotationNull: in DumpEncodedValue()
/art/dexdump/
Ddexdump.cc630 case DexFile::kDexAnnotationNull: in dumpEncodedValue()
/art/runtime/
Dclass_linker.cc9531 if (type != DexFile::kDexAnnotationNull && in VisitArrayElement()