Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc203 case DexFile::kDexAnnotationMethod: in SkipAnnotationValue()
494 case DexFile::kDexAnnotationMethod: { in ProcessAnnotationValue()
1409 if (annotation_value.type_ != DexFile::kDexAnnotationMethod) { in GetEnclosingClass()
1438 DexFile::kDexAnnotationMethod); in GetEnclosingMethod()
/art/dexlayout/
Ddex_verify.cc660 case DexFile::kDexAnnotationMethod: in VerifyEncodedValue()
Ddex_ir.cc276 case DexFile::kDexAnnotationMethod: { in ReadEncodedValue()
Ddex_writer.cc162 case DexFile::kDexAnnotationMethod: in WriteEncodedValue()
Ddexlayout.cc563 case DexFile::kDexAnnotationMethod: { in DumpEncodedValue()
/art/libdexfile/dex/
Ddex_file.h347 kDexAnnotationMethod = 0x1a, enumerator
Ddex_file_verifier.cc832 case DexFile::kDexAnnotationMethod: { in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc501 case DexFile::kDexAnnotationMethod: { in dumpEncodedValue()