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

/openjdk7/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp88 u4 offset() const { return build_int_from_shorts(_shorts[low_offset], _shorts[high_offset]); }
H A DconstantPoolOop.hpp526 DEBUG_ONLY(int second_part = build_int_from_shorts(operands->short_at(0),
529 int offset = build_int_from_shorts(operands->short_at(n+0),
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1182 inline int build_int_from_shorts( jushort low, jushort high ) { function

Completed in 57 milliseconds