Home
last modified time | relevance | path

Searched refs:kDexAnnotationAnnotation (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddex_file.cc1302 if ((header_byte & kDexAnnotationValueTypeMask) != kDexAnnotationAnnotation) { in GetAnnotationDefaultValue()
2059 case kDexAnnotationAnnotation: in ProcessAnnotationValue()
2225 case kDexAnnotationAnnotation: in SkipAnnotationValue()
Ddex_file.h328 kDexAnnotationAnnotation = 0x1d, enumerator
Ddex_file_verifier.cc689 case DexFile::kDexAnnotationAnnotation: in CheckEncodedValue()