Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1155 static uint64_t ReadUnsignedLong(const uint8_t* ptr, int zwidth, bool fill_on_right) { in ReadUnsignedLong() function
1877 annotation_value->value_.SetJ(ReadUnsignedLong(annotation, value_arg, true)); in ProcessAnnotationValue()
2425 jval_.j = ReadUnsignedLong(ptr_, value_arg, true); in Next()