Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc197 case DexFile::kDexAnnotationInt: in SkipAnnotationValue()
432 case DexFile::kDexAnnotationInt: in ProcessAnnotationValue()
625 case DexFile::kDexAnnotationInt: in ProcessAnnotationValue()
1501 if (annotation_value.type_ != DexFile::kDexAnnotationInt) { in GetInnerClassFlags()
/art/dexlayout/
Ddex_verify.cc589 case DexFile::kDexAnnotationInt: in VerifyEncodedValue()
Ddex_ir.cc224 case DexFile::kDexAnnotationInt: in ReadEncodedValue()
Ddex_writer.cc132 case DexFile::kDexAnnotationInt: in WriteEncodedValue()
Ddexlayout.cc529 case DexFile::kDexAnnotationInt: in DumpEncodedValue()
/art/libdexfile/dex/
Ddex_file.h338 kDexAnnotationInt = 0x04, enumerator
Ddex_file_verifier.cc786 case DexFile::kDexAnnotationInt: in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc454 case DexFile::kDexAnnotationInt: in dumpEncodedValue()