Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1152 jval_.i = (value_arg != 0) ? 1 : 0; in Next()
1156 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()
1157 CHECK(IsInt(8, jval_.i)); in Next()
1160 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()
1161 CHECK(IsInt(16, jval_.i)); in Next()
1164 jval_.i = ReadUnsignedInt(ptr_, value_arg, false); in Next()
1165 CHECK(IsUint(16, jval_.i)); in Next()
1168 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()
1171 jval_.j = ReadSignedLong(ptr_, value_arg); in Next()
1174 jval_.i = ReadUnsignedInt(ptr_, value_arg, true); in Next()
[all …]
Ddex_file.h1317 jvalue jval_; // Value of current encoded value. variable