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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp3386 case vmIntrinsics::_prefetchRead : return append_unsafe_prefetch(callee, false, false);
3387 case vmIntrinsics::_prefetchWrite : return append_unsafe_prefetch(callee, false, true);
3388 case vmIntrinsics::_prefetchReadStatic : return append_unsafe_prefetch(callee, true, false);
3389 case vmIntrinsics::_prefetchWriteStatic : return append_unsafe_prefetch(callee, true, true);
4107 bool GraphBuilder::append_unsafe_prefetch(ciMethod* callee, bool is_static, bool is_store) { function in class:GraphBuilder

Completed in 44 milliseconds