Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.h186 kDexAnnotationValueArgShift = 5, enumerator
Ddex_file_verifier.cc953 uint32_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in CheckEncodedValue()
/art/runtime/dex/
Ddex_file_annotations.cc210 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in SkipAnnotationValue()
429 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in ProcessAnnotationValue()