Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc539 uint32_t DexFile::ReadUnsignedInt(const uint8_t* ptr, int zwidth, bool fill_on_right) { in ReadUnsignedInt() function in art::DexFile
758 jval_.i = DexFile::ReadUnsignedInt(ptr_, value_arg, false); in Next()
768 jval_.i = DexFile::ReadUnsignedInt(ptr_, value_arg, true); in Next()
777 jval_.i = DexFile::ReadUnsignedInt(ptr_, value_arg, false); in Next()
Ddex_file.h969 static uint32_t ReadUnsignedInt(const uint8_t* ptr, int zwidth, bool fill_on_right);
/art/runtime/dex/
Ddex_file_annotations.cc429 static_cast<uint16_t>(DexFile::ReadUnsignedInt(annotation, value_arg, false))); in ProcessAnnotationValue()
441 annotation_value->value_.SetI(DexFile::ReadUnsignedInt(annotation, value_arg, true)); in ProcessAnnotationValue()
454 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue()
469 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue()
495 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue()
534 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue()
562 uint32_t index = DexFile::ReadUnsignedInt(annotation, value_arg, false); in ProcessAnnotationValue()