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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp283 typedef enum { LS_xadd, LS_xchg, LS_cmpxchg } LoadStoreKind; typedef in class:LibraryCallKit
284 bool inline_unsafe_load_store(BasicType type, LoadStoreKind kind);
2570 // This method serves a couple of different customers (depending on LoadStoreKind):
2586 bool LibraryCallKit::inline_unsafe_load_store(BasicType type, LoadStoreKind kind) {

Completed in 48 milliseconds