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

/art/runtime/
H A Ddex_file.h332 kDexAnnotationValueTypeMask = 0x1f, /* low 5 bits */ enumerator in enum:art::DexFile::__anon41
H A Ddex_file.cc1302 if ((header_byte & kDexAnnotationValueTypeMask) != kDexAnnotationAnnotation) {
1845 uint8_t value_type = header_byte & kDexAnnotationValueTypeMask;
2196 uint8_t value_type = header_byte & kDexAnnotationValueTypeMask;
H A Ddex_file_verifier.cc604 uint32_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask;

Completed in 279 milliseconds