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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp37 typedef Assembler::WhichOperand WhichOperand; typedef
38 WhichOperand which = (WhichOperand) format(); // that is, disp32 or imm, call32, narrow oop
134 typedef Assembler::WhichOperand WhichOperand; typedef
135 WhichOperand which = (WhichOperand) format(); // that is, disp32 or imm/imm32
159 typedef Assembler::WhichOperand WhichOperand; typedef
202 typedef Assembler::WhichOperand WhichOperand; typedef
224 typedef Assembler::WhichOperand WhichOperand; typedef
[all...]
H A Dassembler_x86.hpp533 enum WhichOperand { enum in class:Assembler
813 static address locate_operand(address inst, WhichOperand which);

Completed in 65 milliseconds