Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1234 int32_t DexFile::ReadSignedInt(const uint8_t* ptr, int zwidth) { in ReadSignedInt() function in art::DexFile
1446 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()
Ddex_file_annotations.cc399 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()
Ddex_file.h1090 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth);