Searched defs:header_byte (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_file_verifier.cc526 uint8_t header_byte = *(ptr_++); local
527 uint32_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask;
528 uint32_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift;

Completed in 133 milliseconds