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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1151 inline void explode_short_to( u2 x, u1& c1, u1& c2 ) { function
1156 inline void explode_short_to( u2 x, u1* p ) { function
1157 explode_short_to( x, p[0], p[1]);

Completed in 38 milliseconds