Searched defs:do_NegateOp (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp406 void InstructionPrinter::do_NegateOp(NegateOp* x) { function in class:InstructionPrinter
H A Dc1_ValueMap.hpp174 void do_NegateOp (NegateOp* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_Canonicalizer.cpp277 void Canonicalizer::do_NegateOp(NegateOp* x) { function in class:Canonicalizer
H A Dc1_Optimizer.cpp494 void do_NegateOp (NegateOp* x);
675 void NullCheckVisitor::do_NegateOp (NegateOp* x) {} function in class:NullCheckVisitor
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp439 void LIRGenerator::do_NegateOp(NegateOp* x) { function in class:LIRGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp382 void LIRGenerator::do_NegateOp(NegateOp* x) { function in class:LIRGenerator

Completed in 171 milliseconds