Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Ddex_file.cc517 int64_t DexFile::ReadSignedLong(const uint8_t* ptr, int zwidth) { in ReadSignedLong() function in art::DexFile
656 jval_.j = DexFile::ReadSignedLong(ptr_, value_arg); in Next()
H A Ddex_file.h753 static int64_t ReadSignedLong(const uint8_t* ptr, int zwidth);
/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc454 annotation_value->value_.SetJ(DexFile::ReadSignedLong(annotation, value_arg)); in ProcessAnnotationValue()