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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp94 virtual void do_Throw (Throw* x);
H A Dc1_InstructionPrinter.hpp122 virtual void do_Throw (Throw* x);
H A Dc1_ValueMap.hpp201 void do_Throw (Throw* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_RangeCheckElimination.hpp158 void do_Throw (Throw* x) { /* nothing to do */ }; function in class:VALUE_OBJ_CLASS_SPEC::Visitor
H A Dc1_Optimizer.cpp520 void do_Throw (Throw* x);
706 void NullCheckVisitor::do_Throw (Throw* x) { nce()->clear_last_explicit_null_check(); } function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp792 void InstructionPrinter::do_Throw(Throw* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp551 virtual void do_Throw (Throw* x);
H A Dc1_Canonicalizer.cpp859 void Canonicalizer::do_Throw (Throw* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp195 virtual void do_Throw (Throw* x) = 0;
H A Dc1_LIRGenerator.cpp2014 void LIRGenerator::do_Throw(Throw* x) { function in class:LIRGenerator

Completed in 187 milliseconds