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

  /art/runtime/
dex_file_annotations.cc 181 uint8_t header_byte = *(annotation++); local
182 uint8_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask;
183 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift;
390 uint8_t header_byte = *(annotation++); local
391 uint8_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask;
392 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift;
1067 uint8_t header_byte = *(annotation++); local
    [all...]
dex_file_verifier.cc 746 uint8_t header_byte = *(ptr_++); local
747 uint32_t value_type = header_byte & DexFile::kDexAnnotationValueTypeMask;
748 uint32_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift;
    [all...]

Completed in 68 milliseconds