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

/openjdk9/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.hpp195 void do_Goto (Goto* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_RangeCheckElimination.hpp152 void do_Goto (Goto* x) { /* nothing to do */ }; function in class:VALUE_OBJ_CLASS_SPEC::Visitor
H A Dc1_Optimizer.cpp514 void do_Goto (Goto* x);
700 void NullCheckVisitor::do_Goto (Goto* x) {} function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp731 void InstructionPrinter::do_Goto(Goto* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp545 virtual void do_Goto (Goto* x);
H A Dc1_Canonicalizer.cpp661 void Canonicalizer::do_Goto (Goto* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp189 virtual void do_Goto (Goto* x) = 0;
H A Dc1_LIRGenerator.cpp2596 void LIRGenerator::do_Goto(Goto* x) { function in class:LIRGenerator

Completed in 124 milliseconds