Searched refs:add_short (Results 1 - 2 of 2) 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);
H A DrelocInfo.cpp744 p = add_short(p, (short)0x7777);

Completed in 49 milliseconds