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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp412 void InstructionPrinter::do_ArithmeticOp(ArithmeticOp* x) { function in class:InstructionPrinter
H A Dc1_ValueMap.hpp175 void do_ArithmeticOp (ArithmeticOp* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_Canonicalizer.cpp291 void Canonicalizer::do_ArithmeticOp (ArithmeticOp* x) { do_Op2(x); } function in class:Canonicalizer
H A Dc1_Optimizer.cpp495 void do_ArithmeticOp (ArithmeticOp* x);
676 void NullCheckVisitor::do_ArithmeticOp (ArithmeticOp* x) { if (x->can_trap()) nce()->clear_last_explicit_null_check(); } function in class:NullCheckVisitor
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp580 void LIRGenerator::do_ArithmeticOp(ArithmeticOp* x) { function in class:LIRGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp638 void LIRGenerator::do_ArithmeticOp(ArithmeticOp* x) { function in class:LIRGenerator

Completed in 52 milliseconds