Home
last modified time | relevance | path

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

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