Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.h313 kDexAnnotationValueArgShift = 5, enumerator
Ddex_file_verifier.cc528 uint32_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in CheckEncodedValue()