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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp417 #define end_pc_operand (_WhichOperand_limit) macro
430 // If "which" is end_pc_operand, find the end of the instruction.
493 if (which == end_pc_operand) {
537 if (which == end_pc_operand) return ip + (is_64bit ? 8 : 4);
612 if (which == end_pc_operand) return ip + 4;
691 // To find the end of instruction (which == end_pc_operand).
719 if (which == end_pc_operand) return ip + 4;
818 if (which == end_pc_operand) {
832 return locate_operand(inst, end_pc_operand);

Completed in 4217 milliseconds