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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp197 void emit_int8 (int8_t x) { *((int8_t*) end()) = x; set_end(end() + 1); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 31 milliseconds