Searched refs:ReadSignedInt (Results 1 – 3 of 3) sorted by relevance
1234 int32_t DexFile::ReadSignedInt(const uint8_t* ptr, int zwidth) { in ReadSignedInt() function in art::DexFile1446 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()1450 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()1458 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
399 static_cast<int8_t>(DexFile::ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()404 static_cast<int16_t>(DexFile::ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()413 annotation_value->value_.SetI(DexFile::ReadSignedInt(annotation, value_arg)); in ProcessAnnotationValue()
1090 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth);