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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp198 void emit_int16(int16_t x) { *((int16_t*) end()) = x; set_end(end() + 2); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 33 milliseconds