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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp285 bool inline_unsafe_ordered_store(BasicType type);
726 case vmIntrinsics::_putOrderedObject: return inline_unsafe_ordered_store(T_OBJECT);
727 case vmIntrinsics::_putOrderedInt: return inline_unsafe_ordered_store(T_INT);
728 case vmIntrinsics::_putOrderedLong: return inline_unsafe_ordered_store(T_LONG);
2781 //----------------------------inline_unsafe_ordered_store----------------------
2785 bool LibraryCallKit::inline_unsafe_ordered_store(BasicType type) { function in class:LibraryCallKit

Completed in 37 milliseconds