Home
last modified time | relevance | path

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

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