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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp99 virtual void do_UnsafeGetRaw (UnsafeGetRaw* x);
H A Dc1_InstructionPrinter.hpp127 virtual void do_UnsafeGetRaw (UnsafeGetRaw* x);
H A Dc1_ValueMap.hpp201 void do_UnsafeGetRaw (UnsafeGetRaw* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_Optimizer.cpp525 void do_UnsafeGetRaw (UnsafeGetRaw* x);
706 void NullCheckVisitor::do_UnsafeGetRaw (UnsafeGetRaw* x) {} function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp804 void InstructionPrinter::do_UnsafeGetRaw(UnsafeGetRaw* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp526 virtual void do_UnsafeGetRaw (UnsafeGetRaw* x);
H A Dc1_Canonicalizer.cpp930 void Canonicalizer::do_UnsafeGetRaw(UnsafeGetRaw* x) { if (OptimizeUnsafes) do_UnsafeRawOp(x); } function in class:Canonicalizer
H A Dc1_Instruction.hpp202 virtual void do_UnsafeGetRaw (UnsafeGetRaw* x) = 0;
H A Dc1_LIRGenerator.cpp2027 void LIRGenerator::do_UnsafeGetRaw(UnsafeGetRaw* x) { function in class:LIRGenerator

Completed in 61 milliseconds