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

/art/runtime/
H A Djvalue.h34 void SetB(int8_t new_b) { argument
35 i = ((static_cast<int32_t>(new_b) << 24) >> 24); // Sign-extend.

Completed in 58 milliseconds