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

/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1097 inline u2 build_u2_from( u1 c1, u1 c2 ) { function
1103 inline u2 build_u2_from( u1* p ) { function
1104 return build_u2_from( p[0], p[1] );

Completed in 33 milliseconds