Searched refs:do_ArithmeticOp (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp69 virtual void do_ArithmeticOp (ArithmeticOp* x);
H A Dc1_InstructionPrinter.hpp97 virtual void do_ArithmeticOp (ArithmeticOp* x);
H A Dc1_ValueMap.hpp175 void do_ArithmeticOp (ArithmeticOp* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
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
H A Dc1_InstructionPrinter.cpp412 void InstructionPrinter::do_ArithmeticOp(ArithmeticOp* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp496 virtual void do_ArithmeticOp (ArithmeticOp* x);
H A Dc1_Canonicalizer.cpp291 void Canonicalizer::do_ArithmeticOp (ArithmeticOp* x) { do_Op2(x); } function in class:Canonicalizer
H A Dc1_Instruction.hpp172 virtual void do_ArithmeticOp (ArithmeticOp* x) = 0;
/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 1632 milliseconds