Home
last modified time | relevance | path

Searched defs:value_arg (Results 1 – 4 of 4) sorted by relevance

/art/libdexfile/dex/
Ddex_file.cc614 uint8_t value_arg = value_type >> kEncodedValueArgShift; in Next() local
Ddex_file_verifier.cc953 uint32_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in CheckEncodedValue() local
/art/runtime/dex/
Ddex_file_annotations.cc210 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in SkipAnnotationValue() local
429 uint8_t value_arg = header_byte >> DexFile::kDexAnnotationValueArgShift; in ProcessAnnotationValue() local
/art/dexlayout/
Ddex_writer.cc186 void DexWriter::WriteEncodedValueHeader(Stream* stream, int8_t value_type, size_t value_arg) { in WriteEncodedValueHeader()