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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp206 value()->set_operand(opr);
1326 x->set_operand(LIR_OprFact::value_type(c->type()));
1330 x->set_operand(rlock(x));
2603 local->set_operand(dest);
H A Dc1_LIRGenerator.hpp214 x->set_operand(opr);
H A Dc1_Instruction.hpp457 void set_operand(LIR_Opr operand) { assert(operand != LIR_OprFact::illegalOpr, "operand must exist"); _operand = operand; } function in class:Instruction

Completed in 47 milliseconds