Searched defs:do_ArithmeticOp_Int (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp557 void LIRGenerator::do_ArithmeticOp_Int(ArithmeticOp* x) { function in class:LIRGenerator
587 case intTag: do_ArithmeticOp_Int(x); return;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp539 void LIRGenerator::do_ArithmeticOp_Int(ArithmeticOp* x) { function in class:LIRGenerator
651 case intTag: do_ArithmeticOp_Int(x); return;

Completed in 45 milliseconds