Home
last modified time | relevance | path

Searched refs:kDexAnnotationByte (Results 1 – 5 of 5) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc217 case DexFile::kDexAnnotationByte: in SkipAnnotationValue()
432 case DexFile::kDexAnnotationByte: in ProcessAnnotationValue()
613 case DexFile::kDexAnnotationByte: in ProcessAnnotationValue()
/art/libdexfile/dex/
Ddex_file.h239 kDexAnnotationByte = 0x00, enumerator
Ddex_file_verifier.cc1034 case DexFile::kDexAnnotationByte: { in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc543 case DexFile::kDexAnnotationByte: in dumpEncodedValue()
/art/runtime/
Dclass_linker.cc9747 type, DexFile::kDexAnnotationByte, visiting_type_, index, depth)) { in VisitArrayElement()