Searched refs:ReadSignedLong (Results 1 – 3 of 3) sorted by relevance
500 int64_t DexFile::ReadSignedLong(const uint8_t* ptr, int zwidth) { in ReadSignedLong() function in art::DexFile638 jval_.j = DexFile::ReadSignedLong(ptr_, value_arg); in Next()
737 static int64_t ReadSignedLong(const uint8_t* ptr, int zwidth);
454 annotation_value->value_.SetJ(DexFile::ReadSignedLong(annotation, value_arg)); in ProcessAnnotationValue()