Searched defs:short_field_put (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A Doop.inline.hpp377 inline void oopDesc::short_field_put(int offset, jshort contents) { *short_field_addr(offset) = (jint) contents;} function in class:oopDesc

Completed in 35 milliseconds