Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc476 int32_t DexFile::ReadSignedInt(const uint8_t* ptr, int zwidth) { in ReadSignedInt() function in art::DexFile
622 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
626 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
634 jval_.i = DexFile::ReadSignedInt(ptr_, value_arg); in Next()
Ddex_file.h732 static int32_t ReadSignedInt(const uint8_t* ptr, int zwidth);
/art/runtime/dex/
Ddex_file_annotations.cc436 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()