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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp722 static short* add_short(short* p, int x) { *p++ = x; return p; } function in class:VALUE_OBJ_CLASS_SPEC
728 if (is_short(x)) p = add_short(p, x);
750 p = add_short(p, x0); if (x1!=0) p = add_short(p, x1);

Completed in 36 milliseconds