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

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/constExpr/
H A DUnaryExpr.java48 _operand = unaryOperand;
54 public void operand (Expression operand) {_operand = operand;}
55 public Expression operand () {return _operand;}
58 private Expression _operand = null; field in class:UnaryExpr
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1862 OperandForm *_operand; member in class:DefineEmitState
1901 _operand = NULL;
1980 assert( _operand == NULL, "Unimplemented()");
1981 _operand = opc->is_operand();
2013 if( _operand == NULL ) {
2022 assert( ( _operand->_interface != NULL ),
2024 MemInterface *mem_interface= _operand->_interface->is_MemInterface();
2035 const Component *comp = _operand->_components.search(rep_var_name);
2046 // const int idx = _operand.constant_position(_AD.globalNames(), comp);
2057 else if( _operand
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp73 LIR_Opr _operand; // the source or destinaton member in class:ResolveNode
81 : _operand(operand)
87 LIR_Opr operand() const { return _operand; }
H A Dc1_Instruction.hpp297 LIR_Opr _operand; // LIR specific information member in class:Instruction
386 , _operand(LIR_OprFact::illegalOpr)
410 LIR_Opr operand() const { return _operand; }
457 void set_operand(LIR_Opr operand) { assert(operand != LIR_OprFact::illegalOpr, "operand must exist"); _operand = operand; }
458 void clear_operand() { _operand = LIR_OprFact::illegalOpr; }

Completed in 54 milliseconds