Home
last modified time | relevance | path

Searched refs:kDexAnnotationValueTypeMask (Results 1 – 3 of 3) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc209 uint8_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask; in SkipAnnotationValue()
428 uint8_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask; in ProcessAnnotationValue()
1055 if ((header_byte & DexFile::kDexAnnotationValueTypeMask) != DexFile::kDexAnnotationAnnotation) { in GetAnnotationDefaultValue()
/art/libdexfile/dex/
Ddex_file.h185 kDexAnnotationValueTypeMask = 0x1f, /* low 5 bits */ enumerator
Ddex_file_verifier.cc952 uint32_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask; in CheckEncodedValue()