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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp200 void emit_int64(int64_t x) { *((int64_t*) end()) = x; set_end(end() + 8); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 31 milliseconds