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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp199 void emit_int32(int32_t x) { *((int32_t*) end()) = x; set_end(end() + 4); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 32 milliseconds