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

/openjdk7/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp109 _shorts[high_offset] = extract_high_short_from_int(val);
H A DconstantPoolOop.hpp483 return extract_high_short_from_int(*int_at_addr(which)); // shift out unwanted ref_kind bits
509 return extract_high_short_from_int(*int_at_addr(which));
539 operands->short_at_put(n+1, extract_high_short_from_int(offset));
H A DconstantPoolOop.cpp345 return extract_high_short_from_int(ref_index);
396 return extract_high_short_from_int(ref_index);
1743 idx2 = extract_high_short_from_int(*int_at_addr(idx));
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp1178 inline int extract_high_short_from_int(jint x) { function
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp4355 extract_high_short_from_int(

Completed in 3262 milliseconds