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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp160 void do_UnsafeGetRaw (UnsafeGetRaw* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_RangeCheckElimination.hpp163 void do_UnsafeGetRaw (UnsafeGetRaw* x) { /* nothing to do */ }; function in class:VALUE_OBJ_CLASS_SPEC::Visitor
H A Dc1_InstructionPrinter.cpp822 void InstructionPrinter::do_UnsafeGetRaw(UnsafeGetRaw* x) { function in class:InstructionPrinter
H A Dc1_Canonicalizer.cpp1017 void Canonicalizer::do_UnsafeGetRaw(UnsafeGetRaw* x) { if (OptimizeUnsafes) do_UnsafeRawOp(x); } function in class:Canonicalizer
H A Dc1_Optimizer.cpp711 void NullCheckVisitor::do_UnsafeGetRaw (UnsafeGetRaw* x) {} function in class:NullCheckVisitor
H A Dc1_LIRGenerator.cpp2090 void LIRGenerator::do_UnsafeGetRaw(UnsafeGetRaw* x) { function in class:LIRGenerator

Completed in 65 milliseconds