Searched refs:ReadSignedInt (Results 1 – 3 of 3) sorted by relevance
477 int32_t DexFile::ReadSignedInt(const uint8_t* ptr, int zwidth) { in ReadSignedInt() function in art::DexFile623 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()627 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()635 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
735 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth);
436 static_cast<int8_t>(DexFile::ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()441 static_cast<int16_t>(DexFile::ReadSignedInt(annotation, value_arg))); in ProcessAnnotationValue()450 annotation_value->value_.SetI(DexFile::ReadSignedInt(annotation, value_arg)); in ProcessAnnotationValue()