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

/art/runtime/
H A Ddex_file.cc1257 int64_t DexFile::ReadSignedLong(const uint8_t* ptr, int zwidth) { function in class:art::DexFile
1461 jval_.j = DexFile::ReadSignedLong(ptr_, value_arg);
H A Ddex_file.h1092 static int64_t ReadSignedLong(const uint8_t* ptr, int zwidth);
H A Ddex_file_annotations.cc417 annotation_value->value_.SetJ(DexFile::ReadSignedLong(annotation, value_arg));

Completed in 151 milliseconds