Searched refs:do_Constant (Results 1 - 9 of 9) sorted by relevance
/openjdk7/hotspot/src/share/vm/c1/ | ||
H A D | c1_Canonicalizer.hpp | 61 virtual void do_Constant (Constant* x); |
H A D | c1_InstructionPrinter.hpp | 90 virtual void do_Constant (Constant* x); |
H A D | c1_ValueMap.hpp | 165 void do_Constant (Constant* x) { /* nothing to do */ } function in class:ValueNumberingVisitor |
H A D | c1_Optimizer.cpp | 488 void do_Constant (Constant* x); 669 void NullCheckVisitor::do_Constant (Constant* x) { /* FIXME: handle object constants */ } function in class:NullCheckVisitor |
H A D | c1_InstructionPrinter.cpp | 359 void InstructionPrinter::do_Constant(Constant* x) { function in class:InstructionPrinter |
H A D | c1_LIRGenerator.hpp | 489 virtual void do_Constant (Constant* x); |
H A D | c1_Canonicalizer.cpp | 186 void Canonicalizer::do_Constant (Constant* x) {} function in class:Canonicalizer |
H A D | c1_Instruction.hpp | 165 virtual void do_Constant (Constant* x) = 0; |
H A D | c1_LIRGenerator.cpp | 1145 void LIRGenerator::do_Constant(Constant* x) { function in class:LIRGenerator |
Completed in 46 milliseconds