Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.cc225 case DexFile::kDexAnnotationType: in SkipAnnotationValue()
483 case DexFile::kDexAnnotationType: { in ProcessAnnotationValue()
1564 DexFile::kDexAnnotationType); in GetDeclaringClass()
1776 DexFile::kDexAnnotationType); in GetNestHost()
/art/libdexfile/dex/
Ddex_file.h249 kDexAnnotationType = 0x18, enumerator
Ddex_file_verifier.cc1091 case DexFile::kDexAnnotationType: { in CheckEncodedValue()
/art/dexdump/
Ddexdump.cc587 case DexFile::kDexAnnotationType: { in dumpEncodedValue()
/art/runtime/
Dclass_linker.cc9716 type, DexFile::kDexAnnotationType, visiting_type_, index, depth)) { in VisitArrayElement()