HomeSort by relevance Sort by last modified time
    Searched refs:header_byte (Results 1 - 2 of 2) sorted by null

  /art/runtime/dex/
dex_file_annotations.cc 208 uint8_t header_byte = *(annotation++); local
209 uint8_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask;
210 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift;
427 uint8_t header_byte = *(annotation++); local
428 uint8_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask;
429 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift;
1075 uint8_t header_byte = *(annotation++); local
    [all...]
  /art/libdexfile/dex/
dex_file_verifier.cc 731 uint8_t header_byte = *(ptr_++); local
732 uint32_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask;
733 uint32_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift;
    [all...]

Completed in 406 milliseconds