Home
last modified time | relevance | path

Searched refs:methodCompiled (Results 1 – 24 of 24) sorted by relevance

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/
H A Dsp06t001.cpp60 int methodCompiled; member
166 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
292 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkSuspendedThreads()
374 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
401 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/
H A Dsp06t001.cpp60 int methodCompiled; member
166 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
292 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkSuspendedThreads()
374 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
401 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/
H A Dsp06t001.cpp60 int methodCompiled; member
166 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
292 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkSuspendedThreads()
374 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
401 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/
H A Dsp06t001.cpp60 int methodCompiled; member
166 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
292 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkSuspendedThreads()
374 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
401 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/
H A Dsp06t001.cpp60 int methodCompiled; member
166 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
292 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkSuspendedThreads()
374 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
401 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/
H A Dsp06t001.cpp60 int methodCompiled; member
166 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
292 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkSuspendedThreads()
374 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
401 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/
H A Dsp06t001.c62 int methodCompiled; member
177 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
310 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
408 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
435 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/
H A Dsp06t002.c62 int methodCompiled; member
178 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
310 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
414 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
441 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/
H A Dsp06t002.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
301 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
403 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
430 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/
H A Dsp06t002.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
301 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
403 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
430 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/
H A Dsp06t002.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
301 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
403 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
430 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/
H A Dsp06t002.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
301 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
403 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
430 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/
H A Dsp06t002.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
301 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
403 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
430 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t001/
H A Dsp06t001.c62 int methodCompiled; member
177 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
310 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
408 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
435 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/
H A Dsp06t002.c62 int methodCompiled; member
178 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
310 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
414 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
441 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t002/
H A Dsp06t002.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
301 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
403 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
430 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/
H A Dsp06t003.c62 int methodCompiled; member
178 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
312 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
433 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
460 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/
H A Dsp06t003.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
303 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
419 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
446 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/
H A Dsp06t003.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
302 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
415 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
442 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/
H A Dsp06t003.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
302 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
415 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
442 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/
H A Dsp06t003.cpp60 int methodCompiled;
175 threadsDesc[i].methodCompiled = NSK_FALSE;
302 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled ");
415 threadsDesc[i].methodCompiled = NSK_TRUE;
442 threadsDesc[i].methodCompiled = NSK_FALSE;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/
H A Dsp06t003.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
302 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
415 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
442 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/
H A Dsp06t003.c62 int methodCompiled; member
178 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
312 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
433 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
460 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003/
H A Dsp06t003.cpp60 int methodCompiled; member
175 threadsDesc[i].methodCompiled = NSK_FALSE; in prepare()
302 strcpy(kind, threadsDesc[i].methodCompiled ? "compiled " : "not compiled "); in checkThreads()
415 threadsDesc[i].methodCompiled = NSK_TRUE; in callbackCompiledMethodLoad()
442 threadsDesc[i].methodCompiled = NSK_FALSE; in callbackCompiledMethodUnload()