Home
last modified time | relevance | path

Searched refs:SetHeapSamplingInterval (Results 1 – 23 of 23) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.c843 (*jvmti)->SetHeapSamplingInterval(jvmti, value); in Java_MyPackage_HeapMonitor_setSamplingInterval()
943 if (check_capability_error((*jvmti)->SetHeapSamplingInterval(jvmti, 1<<19), in Java_MyPackage_HeapMonitorNoCapabilityTest_allSamplingMethodsFail()
953 if (check_error((*jvmti)->SetHeapSamplingInterval(jvmti, 0), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
958 if (check_error((*jvmti)->SetHeapSamplingInterval(jvmti, 1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
963 if (!check_error((*jvmti)->SetHeapSamplingInterval(jvmti, -1), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
968 if (!check_error((*jvmti)->SetHeapSamplingInterval(jvmti, -1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.cpp875 jvmti->SetHeapSamplingInterval(value); in Java_MyPackage_HeapMonitor_setSamplingInterval()
994 if (check_capability_error(jvmti->SetHeapSamplingInterval(1<<19), in Java_MyPackage_HeapMonitorNoCapabilityTest_allSamplingMethodsFail()
1004 if (check_error(jvmti->SetHeapSamplingInterval(0), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1009 if (check_error(jvmti->SetHeapSamplingInterval(1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1014 if (!check_error(jvmti->SetHeapSamplingInterval(-1), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1019 if (!check_error(jvmti->SetHeapSamplingInterval(-1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.cpp875 jvmti->SetHeapSamplingInterval(value); in Java_MyPackage_HeapMonitor_setSamplingInterval()
994 if (check_capability_error(jvmti->SetHeapSamplingInterval(1<<19), in Java_MyPackage_HeapMonitorNoCapabilityTest_allSamplingMethodsFail()
1004 if (check_error(jvmti->SetHeapSamplingInterval(0), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1009 if (check_error(jvmti->SetHeapSamplingInterval(1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1014 if (!check_error(jvmti->SetHeapSamplingInterval(-1), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1019 if (!check_error(jvmti->SetHeapSamplingInterval(-1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.cpp875 jvmti->SetHeapSamplingInterval(value); in Java_MyPackage_HeapMonitor_setSamplingInterval()
994 if (check_capability_error(jvmti->SetHeapSamplingInterval(1<<19), in Java_MyPackage_HeapMonitorNoCapabilityTest_allSamplingMethodsFail()
1004 if (check_error(jvmti->SetHeapSamplingInterval(0), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1009 if (check_error(jvmti->SetHeapSamplingInterval(1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1014 if (!check_error(jvmti->SetHeapSamplingInterval(-1), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1019 if (!check_error(jvmti->SetHeapSamplingInterval(-1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.cpp875 jvmti->SetHeapSamplingInterval(value); in Java_MyPackage_HeapMonitor_setSamplingInterval()
994 if (check_capability_error(jvmti->SetHeapSamplingInterval(1<<19), in Java_MyPackage_HeapMonitorNoCapabilityTest_allSamplingMethodsFail()
1004 if (check_error(jvmti->SetHeapSamplingInterval(0), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1009 if (check_error(jvmti->SetHeapSamplingInterval(1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1014 if (!check_error(jvmti->SetHeapSamplingInterval(-1), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1019 if (!check_error(jvmti->SetHeapSamplingInterval(-1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.c843 (*jvmti)->SetHeapSamplingInterval(jvmti, value); in Java_MyPackage_HeapMonitor_setSamplingInterval()
943 if (check_capability_error((*jvmti)->SetHeapSamplingInterval(jvmti, 1<<19), in Java_MyPackage_HeapMonitorNoCapabilityTest_allSamplingMethodsFail()
953 if (check_error((*jvmti)->SetHeapSamplingInterval(jvmti, 0), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
958 if (check_error((*jvmti)->SetHeapSamplingInterval(jvmti, 1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
963 if (!check_error((*jvmti)->SetHeapSamplingInterval(jvmti, -1), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
968 if (!check_error((*jvmti)->SetHeapSamplingInterval(jvmti, -1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.cpp875 jvmti->SetHeapSamplingInterval(value); in Java_MyPackage_HeapMonitor_setSamplingInterval()
994 if (check_capability_error(jvmti->SetHeapSamplingInterval(1<<19), in Java_MyPackage_HeapMonitorNoCapabilityTest_allSamplingMethodsFail()
1004 if (check_error(jvmti->SetHeapSamplingInterval(0), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1009 if (check_error(jvmti->SetHeapSamplingInterval(1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1014 if (!check_error(jvmti->SetHeapSamplingInterval(-1), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1019 if (!check_error(jvmti->SetHeapSamplingInterval(-1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/jvmti/HeapMonitor/
H A DlibHeapMonitorTest.c955 (*jvmti)->SetHeapSamplingInterval(jvmti, value); in Java_MyPackage_HeapMonitor_setSamplingInterval()
1087 if (check_capability_error((*jvmti)->SetHeapSamplingInterval(jvmti, 1<<19), in Java_MyPackage_HeapMonitorNoCapabilityTest_allSamplingMethodsFail()
1097 if (check_error((*jvmti)->SetHeapSamplingInterval(jvmti, 0), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1102 if (check_error((*jvmti)->SetHeapSamplingInterval(jvmti, 1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1107 if (!check_error((*jvmti)->SetHeapSamplingInterval(jvmti, -1), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
1112 if (!check_error((*jvmti)->SetHeapSamplingInterval(jvmti, -1024), in Java_MyPackage_HeapMonitorIllegalArgumentTest_testIllegalArgument()
/dports/devel/jetbrains-goland/GoLand-2019.3.1/jbr/include/
H A Djvmti.h1825 jvmtiError (JNICALL *SetHeapSamplingInterval) (jvmtiEnv* env,
2613 jvmtiError SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function
2614 return functions->SetHeapSamplingInterval(this, sampling_interval); in SetHeapSamplingInterval()
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/jbr/include/
H A Djvmti.h1825 jvmtiError (JNICALL *SetHeapSamplingInterval) (jvmtiEnv* env,
2613 jvmtiError SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function
2614 return functions->SetHeapSamplingInterval(this, sampling_interval); in SetHeapSamplingInterval()
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/jbr/include/
H A Djvmti.h1825 jvmtiError (JNICALL *SetHeapSamplingInterval) (jvmtiEnv* env,
2613 jvmtiError SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function
2614 return functions->SetHeapSamplingInterval(this, sampling_interval); in SetHeapSamplingInterval()
/dports/devel/pycharm-pro/pycharm-2020.2.3/jbr/include/
H A Djvmti.h1825 jvmtiError (JNICALL *SetHeapSamplingInterval) (jvmtiEnv* env,
2613 jvmtiError SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function
2614 return functions->SetHeapSamplingInterval(this, sampling_interval); in SetHeapSamplingInterval()
/dports/java/bootstrap-openjdk11/bootstrap-openjdk11/include/
H A Djvmti.h1825 jvmtiError (JNICALL *SetHeapSamplingInterval) (jvmtiEnv* env,
2613 jvmtiError SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function
2614 return functions->SetHeapSamplingInterval(this, sampling_interval); in SetHeapSamplingInterval()
/dports/java/bootstrap-openjdk17/bootstrap-openjdk17/include/
H A Djvmti.h1825 jvmtiError (JNICALL *SetHeapSamplingInterval) (jvmtiEnv* env,
2613 jvmtiError SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function
2614 return functions->SetHeapSamplingInterval(this, sampling_interval); in SetHeapSamplingInterval()
/dports/textproc/opensearch/opensearch-1.2.3/jdk/include/
H A Djvmti.h1825 jvmtiError (JNICALL *SetHeapSamplingInterval) (jvmtiEnv* env,
2613 jvmtiError SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function
2614 return functions->SetHeapSamplingInterval(this, sampling_interval); in SetHeapSamplingInterval()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp3642 JvmtiEnv::SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function in JvmtiEnv
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp3637 JvmtiEnv::SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function in JvmtiEnv
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/prims/
H A DjvmtiEnv.cpp3635 JvmtiEnv::SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function in JvmtiEnv
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp3449 JvmtiEnv::SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function in JvmtiEnv
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp3363 JvmtiEnv::SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function in JvmtiEnv
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp3642 JvmtiEnv::SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function in JvmtiEnv
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp3529 JvmtiEnv::SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function in JvmtiEnv
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/prims/
H A DjvmtiEnv.cpp3517 JvmtiEnv::SetHeapSamplingInterval(jint sampling_interval) { in SetHeapSamplingInterval() function in JvmtiEnv