Searched refs:do_Goto (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp89 virtual void do_Goto (Goto* x);
H A Dc1_InstructionPrinter.hpp116 virtual void do_Goto (Goto* x);
H A Dc1_ValueMap.hpp190 void do_Goto (Goto* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_Optimizer.cpp514 void do_Goto (Goto* x);
695 void NullCheckVisitor::do_Goto (Goto* x) {} function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp713 void InstructionPrinter::do_Goto(Goto* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp515 virtual void do_Goto (Goto* x);
H A Dc1_Canonicalizer.cpp609 void Canonicalizer::do_Goto (Goto* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp191 virtual void do_Goto (Goto* x) = 0;
H A Dc1_LIRGenerator.cpp2513 void LIRGenerator::do_Goto(Goto* x) { function in class:LIRGenerator

Completed in 270 milliseconds