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

/openjdk7/hotspot/src/share/vm/opto/
H A Doptoreg.hpp154 //---------------------------OptoRegPair-------------------------------------------
162 // convert them to an OptoRegPair and stay in the OptoReg world. The only over
174 class OptoRegPair { class
195 OptoRegPair(OptoReg::Name second, OptoReg::Name first) { _second = second; _first = first; } function in class:OptoRegPair
196 OptoRegPair(OptoReg::Name f) { _second = OptoReg::Bad; _first = f; } function in class:OptoRegPair
197 OptoRegPair() { _second = OptoReg::Bad; _first = OptoReg::Bad; } function in class:OptoRegPair
H A Dmatcher.hpp235 OptoRegPair *_parm_regs; // Array of machine registers per argument
304 static OptoRegPair return_value(int ideal_reg, bool is_outgoing);
305 static OptoRegPair c_return_value(int ideal_reg, bool is_outgoing);
H A Dregalloc.cpp111 _node_regs = NEW_RESOURCE_ARRAY( OptoRegPair, _node_regs_max_index );
H A Dregalloc.hpp47 OptoRegPair *_node_regs;
H A Dmatcher.cpp204 OptoRegPair regs = return_value(ireg, false);
222 _parm_regs = NEW_RESOURCE_ARRAY( OptoRegPair, argcnt );
H A Dcallnode.cpp635 OptoRegPair regs = is_CallRuntime()
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp1114 c2_nonstatic_field(OptoRegPair, _first, short) \
1115 c2_nonstatic_field(OptoRegPair, _second, short) \
1157 c2_nonstatic_field(PhaseRegAlloc, _node_regs, OptoRegPair*) \
1700 declare_c2_toplevel_type(OptoRegPair) \

Completed in 75 milliseconds