Searched defs:do_ExceptionObject (Results 1 - 6 of 6) sorted by relevance

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp204 void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_RangeCheckElimination.hpp161 void do_ExceptionObject(ExceptionObject* x) { /* nothing to do */ }; function in class:VALUE_OBJ_CLASS_SPEC::Visitor
H A Dc1_InstructionPrinter.cpp811 void InstructionPrinter::do_ExceptionObject(ExceptionObject* x) { function in class:InstructionPrinter
H A Dc1_Canonicalizer.cpp862 void Canonicalizer::do_ExceptionObject(ExceptionObject* x) {} function in class:Canonicalizer
H A Dc1_Optimizer.cpp709 void NullCheckVisitor::do_ExceptionObject(ExceptionObject* x) { nce()->handle_ExceptionObject(x); } function in class:NullCheckVisitor
H A Dc1_LIRGenerator.cpp1118 void LIRGenerator::do_ExceptionObject(ExceptionObject* x) { function in class:LIRGenerator

Completed in 115 milliseconds