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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp207 void do_ProfileReturnType (ProfileReturnType* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_RangeCheckElimination.hpp167 void do_ProfileReturnType (ProfileReturnType* x) { /* nothing to do */ }; function in class:VALUE_OBJ_CLASS_SPEC::Visitor
H A Dc1_InstructionPrinter.cpp897 void InstructionPrinter::do_ProfileReturnType(ProfileReturnType* x) { function in class:InstructionPrinter
H A Dc1_Canonicalizer.cpp1023 void Canonicalizer::do_ProfileReturnType(ProfileReturnType* x) {} function in class:Canonicalizer
H A Dc1_Optimizer.cpp718 void NullCheckVisitor::do_ProfileReturnType (ProfileReturnType* x) { nce()->handle_ProfileReturnType(x); } function in class:NullCheckVisitor
H A Dc1_LIRGenerator.cpp3397 void LIRGenerator::do_ProfileReturnType(ProfileReturnType* x) { function in class:LIRGenerator

Completed in 119 milliseconds