Searched refs:kShortReturnSize (Results 1 – 1 of 1) sorted by relevance
252 constexpr size_t kShortReturnSize = 9; variable253 jshort short_returns[kShortReturnSize] = { 0, 1, 2, 127, 32767, -1, -2, -128,272 CHECK_LT(s1, static_cast<jshort>(kShortReturnSize)); in Java_Main_shortMethod()