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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp493 void LIRGenerator::do_ArithmeticOp_Long(ArithmeticOp* x) { function in class:LIRGenerator
586 case longTag: do_ArithmeticOp_Long(x); return;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp463 void LIRGenerator::do_ArithmeticOp_Long(ArithmeticOp* x) { function in class:LIRGenerator
650 case longTag: do_ArithmeticOp_Long(x); return;

Completed in 37 milliseconds