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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp234 void negate_op(ValueType* type);
H A Dc1_GraphBuilder.cpp1088 void GraphBuilder::negate_op(ValueType* type) { function in class:GraphBuilder
2606 case Bytecodes::_ineg : negate_op(intType ); break;
2607 case Bytecodes::_lneg : negate_op(longType ); break;
2608 case Bytecodes::_fneg : negate_op(floatType ); break;
2609 case Bytecodes::_dneg : negate_op(doubleType); break;

Completed in 43 milliseconds