Home
last modified time | relevance | path

Searched refs:kDexAnnotationMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc226 case DexFile::kDexAnnotationMethod: in SkipAnnotationValue()
509 case DexFile::kDexAnnotationMethod: { in ProcessAnnotationValue()
1607 if (annotation_value.type_ != DexFile::kDexAnnotationMethod) { in GetEnclosingClass()
1636 DexFile::kDexAnnotationMethod); in GetEnclosingMethod()
/art/libdexfile/dex/
Ddex_file.h251 kDexAnnotationMethod = 0x1a, enumerator
Ddex_file_verifier.cc1120 case DexFile::kDexAnnotationMethod: { in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc599 case DexFile::kDexAnnotationMethod: { in dumpEncodedValue()