Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc255 case DexFile::kDexAnnotationNull: in SkipAnnotationValue()
667 case DexFile::kDexAnnotationNull: in ProcessAnnotationValue()
1666 if (annotation_value.type_ != DexFile::kDexAnnotationNull && in GetInnerClass()
/art/libdexfile/dex/
Ddex_file.h255 kDexAnnotationNull = 0x1e, enumerator
Ddex_file_verifier.cc1152 case DexFile::kDexAnnotationNull: in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc630 case DexFile::kDexAnnotationNull: in dumpEncodedValue()
/art/runtime/
Dclass_linker.cc9727 if (type != DexFile::kDexAnnotationNull && in VisitArrayElement()