Searched refs:do_UnsafePrefetchRead (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp104 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x);
H A Dc1_InstructionPrinter.hpp132 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x);
H A Dc1_ValueMap.hpp203 void do_UnsafePrefetchRead (UnsafePrefetchRead* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_Optimizer.cpp530 void do_UnsafePrefetchRead (UnsafePrefetchRead* x);
711 void NullCheckVisitor::do_UnsafePrefetchRead (UnsafePrefetchRead* x) {} function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp838 void InstructionPrinter::do_UnsafePrefetchRead(UnsafePrefetchRead* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp531 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x);
H A Dc1_Canonicalizer.cpp935 void Canonicalizer::do_UnsafePrefetchRead (UnsafePrefetchRead* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp207 virtual void do_UnsafePrefetchRead (UnsafePrefetchRead* x) = 0;
H A Dc1_LIRGenerator.cpp2361 void LIRGenerator::do_UnsafePrefetchRead(UnsafePrefetchRead* x) { function in class:LIRGenerator

Completed in 62 milliseconds