Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1255 int32_t DexFile::ReadSignedInt(const uint8_t* ptr, int zwidth) { in ReadSignedInt() function in art::DexFile
1467 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
1471 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
1479 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.h1093 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth);