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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp103 virtual void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x);
H A Dc1_InstructionPrinter.hpp131 virtual void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x);
H A Dc1_ValueMap.hpp160 void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) { kill_memory(); } function in class:ValueNumberingVisitor
H A Dc1_Optimizer.cpp529 void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x);
710 void NullCheckVisitor::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) {} function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp831 void InstructionPrinter::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp530 virtual void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x);
H A Dc1_Canonicalizer.cpp934 void Canonicalizer::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp206 virtual void do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) = 0;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1207 void LIRGenerator::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) { function in class:LIRGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1364 void LIRGenerator::do_UnsafeGetAndSetObject(UnsafeGetAndSetObject* x) { function in class:LIRGenerator

Completed in 130 milliseconds