Searched defs:do_UnsafePutObject (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp824 void InstructionPrinter::do_UnsafePutObject(UnsafePutObject* x) { function in class:InstructionPrinter
H A Dc1_ValueMap.hpp159 void do_UnsafePutObject(UnsafePutObject* x) { kill_memory(); } function in class:ValueNumberingVisitor
H A Dc1_Canonicalizer.cpp933 void Canonicalizer::do_UnsafePutObject(UnsafePutObject* x) {} function in class:Canonicalizer
H A Dc1_Optimizer.cpp528 void do_UnsafePutObject(UnsafePutObject* x);
709 void NullCheckVisitor::do_UnsafePutObject(UnsafePutObject* x) {} function in class:NullCheckVisitor
H A Dc1_LIRGenerator.cpp2320 void LIRGenerator::do_UnsafePutObject(UnsafePutObject* x) { function in class:LIRGenerator

Completed in 65 milliseconds