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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp104 virtual void do_ProfileCall (ProfileCall* x);
H A Dc1_InstructionPrinter.hpp132 virtual void do_ProfileCall (ProfileCall* x);
H A Dc1_ValueMap.hpp206 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_RangeCheckElimination.hpp166 void do_ProfileCall (ProfileCall* x) { /* nothing to do */ }; function in class:VALUE_OBJ_CLASS_SPEC::Visitor
H A Dc1_Optimizer.cpp530 void do_ProfileCall (ProfileCall* x);
716 void NullCheckVisitor::do_ProfileCall (ProfileCall* x) { nce()->clear_last_explicit_null_check(); function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp878 void InstructionPrinter::do_ProfileCall(ProfileCall* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp561 virtual void do_ProfileCall (ProfileCall* x);
H A Dc1_Canonicalizer.cpp1022 void Canonicalizer::do_ProfileCall(ProfileCall* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp205 virtual void do_ProfileCall (ProfileCall* x) = 0;
H A Dc1_LIRGenerator.cpp3372 void LIRGenerator::do_ProfileCall(ProfileCall* x) { function in class:LIRGenerator

Completed in 177 milliseconds