Searched defs:ReadSignedInt (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Ddex_file.cc1121 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth) { function in namespace:art
1852 annotation_value->value_.SetB(static_cast<int8_t>(ReadSignedInt(annotation, value_arg)));
1856 annotation_value->value_.SetS(static_cast<int16_t>(ReadSignedInt(annotation, value_arg)));
1865 annotation_value->value_.SetI(ReadSignedInt(annotation, value_arg));
2404 jval_.i = ReadSignedInt(ptr_, value_arg);
2408 jval_.i = ReadSignedInt(ptr_, value_arg);
2416 jval_.i = ReadSignedInt(ptr_, value_arg);

Completed in 9 milliseconds