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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.cpp593 int op_code = ubyte_at(0); local
594 bool is_rel32off = (op_code == 0xE9 || op_code == 0x0F);
595 int offset = (op_code == 0x0F) ? 2 : 1;

Completed in 29 milliseconds