Searched refs:do_ArithmeticOp_Long (Results 1 - 3 of 3) 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;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp233 void do_ArithmeticOp_Long (ArithmeticOp* x);

Completed in 42 milliseconds