Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1145 jval_.i = (value_arg != 0) ? 1 : 0; in Next()
1149 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()
1150 CHECK(IsInt(8, jval_.i)); in Next()
1153 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()
1154 CHECK(IsInt(16, jval_.i)); in Next()
1157 jval_.i = ReadUnsignedInt(ptr_, value_arg, false); in Next()
1158 CHECK(IsUint(16, jval_.i)); in Next()
1161 jval_.i = ReadSignedInt(ptr_, value_arg); in Next()
1164 jval_.j = ReadSignedLong(ptr_, value_arg); in Next()
1167 jval_.i = ReadUnsignedInt(ptr_, value_arg, true); in Next()
[all …]
Ddex_file.h1290 jvalue jval_; // Value of current encoded value. variable