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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp208 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ }; function in class:ValueNumberingVisitor
H A Dc1_RangeCheckElimination.hpp168 void do_ProfileInvoke (ProfileInvoke* x) { /* nothing to do */ }; function in class:VALUE_OBJ_CLASS_SPEC::Visitor
H A Dc1_InstructionPrinter.cpp903 void InstructionPrinter::do_ProfileInvoke(ProfileInvoke* x) { function in class:InstructionPrinter
H A Dc1_Canonicalizer.cpp1024 void Canonicalizer::do_ProfileInvoke(ProfileInvoke* x) {} function in class:Canonicalizer
H A Dc1_Optimizer.cpp719 void NullCheckVisitor::do_ProfileInvoke (ProfileInvoke* x) {} function in class:NullCheckVisitor
H A Dc1_LIRGenerator.cpp3424 void LIRGenerator::do_ProfileInvoke(ProfileInvoke* x) { function in class:LIRGenerator

Completed in 94 milliseconds