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

/openjdk10/hotspot/src/share/vm/runtime/
H A DorderAccess.hpp242 void postfix() {} function in class:ScopedFenceGeneral
252 void postfix() { ScopedFenceGeneral<T>::postfix(); } function in class:ScopedFence
H A DorderAccess.inline.hpp37 template<> inline void ScopedFenceGeneral<X_ACQUIRE>::postfix() { OrderAccess::acquire(); } function in class:ScopedFenceGeneral
40 template<> inline void ScopedFenceGeneral<RELEASE_X_FENCE>::postfix() { OrderAccess::fence(); } function in class:ScopedFenceGeneral
/openjdk10/jdk/test/sun/management/jmxremote/bootstrap/
H A DTestLogger.java57 public TestLogger(Class clazz, String postfix) { argument
/openjdk10/hotspot/src/os_cpu/windows_x86/vm/
H A DorderAccess_windows_x86.inline.hpp49 template<> inline void ScopedFence<X_ACQUIRE>::postfix() { } function in class:ScopedFence
52 template<> inline void ScopedFence<RELEASE_X_FENCE>::postfix() { OrderAccess::fence(); } function in class:ScopedFence
/openjdk10/langtools/test/tools/javac/tree/
H A DTypeAnnotationsPretty.java103 private static final String postfix = field in class:TypeAnnotationsPretty
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/beans/introspect/
H A DEventSetInfo.java77 private static MethodInfo getInfo(MethodInfo info, Method method, int prefix, int postfix) { argument
/openjdk10/hotspot/test/compiler/unsafe/
H A DUnsafeGetConstantField.java152 static void runTest(JavaType t, int flags, boolean stable, boolean hasDefaultValue, String postfix) { argument
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWToolkit.java859 private static final String postfix = ".32x32"; field in class:WToolkit
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXToolkit.java1595 private static final String postfix = ".32x32"; field in class:XToolkit

Completed in 164 milliseconds