Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc223 case DexFile::kDexAnnotationMethod: in SkipAnnotationValue()
511 case DexFile::kDexAnnotationMethod: { in ProcessAnnotationValue()
1581 if (annotation_value.type_ != DexFile::kDexAnnotationMethod) { in GetEnclosingClass()
1610 DexFile::kDexAnnotationMethod); in GetEnclosingMethod()
/art/libdexfile/dex/
Ddex_file.h178 kDexAnnotationMethod = 0x1a, enumerator
Ddex_file_verifier.cc1017 case DexFile::kDexAnnotationMethod: { in CheckEncodedValue()
/art/dexlayout/
Ddex_verify.cc673 case DexFile::kDexAnnotationMethod: in VerifyEncodedValue()
Ddex_writer.cc162 case DexFile::kDexAnnotationMethod: in WriteEncodedValue()
Ddex_ir_builder.cc1181 case DexFile::kDexAnnotationMethod: { in ReadEncodedValue()
Ddexlayout.cc550 case DexFile::kDexAnnotationMethod: { in DumpEncodedValue()
/art/dexdump/
Ddexdump.cc538 case DexFile::kDexAnnotationMethod: { in dumpEncodedValue()