Searched refs:header_byte (Results 1 – 2 of 2) sorted by relevance
188 uint8_t header_byte = *(annotation++); in SkipAnnotationValue() local189 uint8_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask; in SkipAnnotationValue()190 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in SkipAnnotationValue()410 uint8_t header_byte = *(annotation++); in ProcessAnnotationValue() local411 uint8_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask; in ProcessAnnotationValue()412 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in ProcessAnnotationValue()1063 uint8_t header_byte = *(annotation++); in GetAnnotationDefaultValue() local1064 if ((header_byte & DexFile::kDexAnnotationValueTypeMask) != DexFile::kDexAnnotationAnnotation) { in GetAnnotationDefaultValue()
766 uint8_t header_byte = *(ptr_++); in CheckEncodedValue() local767 uint32_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask; in CheckEncodedValue()768 uint32_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in CheckEncodedValue()