Searched refs:ReadUnsignedInt (Results 1 – 3 of 3) sorted by relevance
/art/libdexfile/dex/ |
D | dex_file.cc | 536 uint32_t DexFile::ReadUnsignedInt(const uint8_t* ptr, int zwidth, bool fill_on_right) { in ReadUnsignedInt() function in art::DexFile 680 jval_.i = DexFile::ReadUnsignedInt(ptr_, value_arg, false); in Next() 690 jval_.i = DexFile::ReadUnsignedInt(ptr_, value_arg, true); in Next() 699 jval_.i = DexFile::ReadUnsignedInt(ptr_, value_arg, false); in Next()
|
D | dex_file.h | 792 static uint32_t ReadUnsignedInt(const uint8_t* ptr, int zwidth, bool fill_on_right);
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 445 static_cast<uint16_t>(DexFile::ReadUnsignedInt(annotation, value_arg, false))); in ProcessAnnotationValue() 457 annotation_value->value_.SetI(DexFile::ReadUnsignedInt(annotation, value_arg, true)); in ProcessAnnotationValue() 470 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue() 485 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue() 511 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue() 542 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue() 563 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue()
|