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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp96 virtual void do_OsrEntry (OsrEntry* x);
H A Dc1_InstructionPrinter.hpp124 virtual void do_OsrEntry (OsrEntry* x);
H A Dc1_ValueMap.hpp203 void do_OsrEntry (OsrEntry* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_RangeCheckElimination.hpp160 void do_OsrEntry (OsrEntry* x) { /* nothing to do */ }; function in class:VALUE_OBJ_CLASS_SPEC::Visitor
H A Dc1_Optimizer.cpp522 void do_OsrEntry (OsrEntry* x);
708 void NullCheckVisitor::do_OsrEntry (OsrEntry* x) {} function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp806 void InstructionPrinter::do_OsrEntry(OsrEntry* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp553 virtual void do_OsrEntry (OsrEntry* x);
H A Dc1_Canonicalizer.cpp861 void Canonicalizer::do_OsrEntry (OsrEntry* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp197 virtual void do_OsrEntry (OsrEntry* x) = 0;
H A Dc1_LIRGenerator.cpp2876 void LIRGenerator::do_OsrEntry(OsrEntry* x) { function in class:LIRGenerator

Completed in 124 milliseconds