Searched defs:ReadSignedLong (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Ddex_file.cc1144 static int64_t ReadSignedLong(const uint8_t* ptr, int zwidth) { function in namespace:art
1869 annotation_value->value_.SetJ(ReadSignedLong(annotation, value_arg));
2419 jval_.j = ReadSignedLong(ptr_, value_arg);

Completed in 28 milliseconds