Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc217 case DexFile::kDexAnnotationInt: in SkipAnnotationValue()
449 case DexFile::kDexAnnotationInt: in ProcessAnnotationValue()
627 case DexFile::kDexAnnotationInt: in ProcessAnnotationValue()
1673 if (annotation_value.type_ != DexFile::kDexAnnotationInt) { in GetInnerClassFlags()
/art/libdexfile/dex/
Ddex_file.h169 kDexAnnotationInt = 0x04, enumerator
Ddex_file_verifier.cc971 case DexFile::kDexAnnotationInt: in CheckEncodedValue()
/art/dexlayout/
Ddex_verify.cc602 case DexFile::kDexAnnotationInt: in VerifyEncodedValue()
Ddex_writer.cc132 case DexFile::kDexAnnotationInt: in WriteEncodedValue()
Ddex_ir_builder.cc1129 case DexFile::kDexAnnotationInt: in ReadEncodedValue()
Ddexlayout.cc516 case DexFile::kDexAnnotationInt: in DumpEncodedValue()
/art/dexdump/
Ddexdump.cc491 case DexFile::kDexAnnotationInt: in dumpEncodedValue()