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

/art/runtime/
H A Djvalue.h57 void SetS(int16_t new_s) { argument
58 i = ((static_cast<int32_t>(new_s) << 16) >> 16); // Sign-extend.

Completed in 24 milliseconds