Home
last modified time | relevance | path

Searched refs:ReadSignedInt (Results 1 – 1 of 1) sorted by relevance

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