Searched defs:reserved (Results 1 - 25 of 64) sorted by relevance

123

/openjdk9/jdk/src/java.base/share/native/libnio/
H A Dnio_util.c31 DEF_JNI_OnLoad(JavaVM *vm, void *reserved) argument
/openjdk9/jdk/src/java.desktop/unix/native/libawt_headless/awt/
H A DHeadlessToolkit.c34 DEF_JNI_OnLoad(JavaVM *vm, void *reserved) argument
/openjdk9/jdk/src/java.base/share/native/libjava/
H A Dcheck_version.c31 DEF_JNI_OnLoad(JavaVM *vm, void *reserved) argument
/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1RegionToSpaceMapper.hpp60 MemRegion reserved() { return _storage.reserved(); } function in class:G1RegionToSpaceMapper
H A Dg1PageBasedVirtualSpace.hpp141 MemRegion reserved() { function in class:VALUE_OBJ_CLASS_SPEC
H A DheapRegionManager.cpp51 MemRegion reserved = heap_storage->reserved(); local
H A DheapRegionManager.hpp207 MemRegion reserved() const { return MemRegion(heap_bottom(), heap_end()); } function in class:HeapRegionManager
/openjdk9/hotspot/test/serviceability/jvmti/GetModulesInfo/
H A DlibJvmtiGetAllModulesTest.c34 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *jvm, char *options, void *reserved) { argument
/openjdk9/jdk/src/java.management/share/native/libmanagement/
H A Dmanagement.c39 DEF_JNI_OnLoad(JavaVM *vm, void *reserved) { argument
/openjdk9/jdk/src/jdk.management/share/native/libmanagement_ext/
H A Dmanagement_ext.c39 DEF_JNI_OnLoad(JavaVM *vm, void *reserved) { argument
/openjdk9/jdk/src/jdk.management.agent/unix/native/libmanagement_agent/
H A DFileSystemImpl.c40 JNIEXPORT jint JNICALL DEF_JNI_OnLoad(JavaVM *vm, void *reserved) argument
/openjdk9/hotspot/test/compiler/codecache/cli/codeheapsize/
H A DJVMStartupRunner.java94 private static void verifyHeapSizesSum(long reserved, long profiled, argument
[all...]
/openjdk9/hotspot/test/compiler/codecache/cli/common/
H A DCodeCacheOptions.java45 public final long reserved; field in class:CodeCacheOptions
59 public CodeCacheOptions(long reserved) { argument
67 public CodeCacheOptions(long reserved, long nonNmethods, long nonProfiled, argument
[all...]
/openjdk9/jdk/src/java.desktop/share/native/libsplashscreen/
H A Djava_awt_SplashScreen.c33 DEF_JNI_OnLoad(JavaVM * vm, void *reserved) argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DRequestMessage_1_2.java56 private byte reserved[] = null; field in class:RequestMessage_1_2
H A DRequestMessage_1_1.java53 private byte[] reserved = null; // Added in GIOP 1.1 field in class:RequestMessage_1_1
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DpsYoungGen.hpp103 MemRegion reserved() const { return _reserved; } function in class:PSYoungGen
H A DpsOldGen.hpp135 MemRegion reserved() const { return _reserved; } function in class:PSOldGen
/openjdk9/hotspot/test/testlibrary/jvmti/
H A DlibSimpleClassFileLoadHook.c133 static jint Agent_Initialize(JavaVM *jvm, char *options, void *reserved) { argument
160 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *jvm, char *options, void *reserved) { argument
164 JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *jvm, char *options, void *reserved) { argument
/openjdk9/hotspot/test/serviceability/jvmti/IsModifiableModule/
H A DlibIsModifiableModuleTest.c58 jint JNICALL Agent_OnLoad(JavaVM *jvm, char *options, void *reserved) { argument
63 jint JNICALL Agent_OnAttach(JavaVM *jvm, char *options, void *reserved) { argument
68 jint JNICALL JNI_OnLoad(JavaVM *jvm, void *reserved) { argument
73 jint Agent_Initialize(JavaVM *jvm, char *options, void *reserved) { argument
/openjdk9/hotspot/test/serviceability/jvmti/ModuleAwareAgents/ThreadStart/
H A DlibMAAThreadStart.c60 jint JNICALL Agent_OnLoad(JavaVM *jvm, char *options, void *reserved) { argument
65 jint JNICALL Agent_OnAttach(JavaVM *jvm, char *options, void *reserved) { argument
70 jint JNICALL JNI_OnLoad(JavaVM *jvm, void *reserved) { argument
107 jint Agent_Initialize(JavaVM *jvm, char *options, void *reserved) { argument
/openjdk9/jdk/src/java.desktop/unix/native/libawt/awt/
H A Dawt_LoadLibrary.c102 AWT_OnLoad(JavaVM *vm, void *reserved) argument
181 DEF_JNI_OnLoad(JavaVM *vm, void *reserved) argument
/openjdk9/jdk/src/jdk.management.agent/windows/native/libmanagement_agent/
H A DFileSystemImpl.c34 JNIEXPORT jint JNICALL DEF_JNI_OnLoad(JavaVM *vm, void *reserved) argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/gc/shared/
H A DGeneration.java150 public MemRegion reserved() { method in class:Generation
/openjdk9/hotspot/test/serviceability/jvmti/AddModuleExportsAndOpens/
H A DlibAddModuleExportsAndOpensTest.c58 jint JNICALL Agent_OnLoad(JavaVM *jvm, char *options, void *reserved) { argument
63 jint JNICALL Agent_OnAttach(JavaVM *jvm, char *options, void *reserved) { argument
68 jint JNICALL JNI_OnLoad(JavaVM *jvm, void *reserved) { argument
73 jint Agent_Initialize(JavaVM *jvm, char *options, void *reserved) { argument

Completed in 194 milliseconds

123