Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file.cc646 uint64_t DexFile::ReadUnsignedLong(const uint8_t* ptr, int zwidth, bool fill_on_right) { in ReadUnsignedLong() function in art::DexFile
781 jval_.j = DexFile::ReadUnsignedLong(ptr_, value_arg, true); in MaybeNext()
Ddex_file.h855 static uint64_t ReadUnsignedLong(const uint8_t* ptr, int zwidth, bool fill_on_right);
/art/runtime/dex/
Ddex_file_annotations.cc460 annotation_value->value_.SetJ(DexFile::ReadUnsignedLong(annotation, value_arg, true)); in ProcessAnnotationValue()