Searched refs:is_rel32off (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/cpu/x86/vm/ | ||
H A D | nativeInst_x86.cpp | 594 bool is_rel32off = (op_code == 0xE9 || op_code == 0x0F); local 596 int length = offset + ((is_rel32off) ? 4 : 1); 598 if (is_rel32off) |
Completed in 202 milliseconds