Home
last modified time | relevance | path

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

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/
H A Dem05t001.c65 int unloadEvents; member
158 methodsDesc[i].unloadEvents = 0; in prepare()
208 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
215 if (methodsDesc[i].unloadEvents > methodsDesc[i].loadEvents) { in checkEvents()
219 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
277 methodsDesc[i].unloadEvents++; in callbackCompiledMethodUnload()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/
H A Dem05t001.cpp63 int unloadEvents; member
154 methodsDesc[i].unloadEvents = 0; in prepare()
200 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
207 if (methodsDesc[i].unloadEvents > methodsDesc[i].loadEvents) { in checkEvents()
211 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
269 methodsDesc[i].unloadEvents++; in callbackCompiledMethodUnload()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/
H A Dem05t001.cpp63 int unloadEvents; member
154 methodsDesc[i].unloadEvents = 0; in prepare()
200 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
207 if (methodsDesc[i].unloadEvents > methodsDesc[i].loadEvents) { in checkEvents()
211 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
269 methodsDesc[i].unloadEvents++; in callbackCompiledMethodUnload()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/
H A Dem05t001.cpp63 int unloadEvents; member
154 methodsDesc[i].unloadEvents = 0; in prepare()
200 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
207 if (methodsDesc[i].unloadEvents > methodsDesc[i].loadEvents) { in checkEvents()
211 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
269 methodsDesc[i].unloadEvents++; in callbackCompiledMethodUnload()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/
H A Dem05t001.cpp63 int unloadEvents; member
154 methodsDesc[i].unloadEvents = 0; in prepare()
200 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
207 if (methodsDesc[i].unloadEvents > methodsDesc[i].loadEvents) { in checkEvents()
211 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
269 methodsDesc[i].unloadEvents++; in callbackCompiledMethodUnload()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/
H A Dem05t001.cpp63 int unloadEvents; member
154 methodsDesc[i].unloadEvents = 0; in prepare()
200 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
207 if (methodsDesc[i].unloadEvents > methodsDesc[i].loadEvents) { in checkEvents()
211 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
269 methodsDesc[i].unloadEvents++; in callbackCompiledMethodUnload()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/
H A Dem05t001.c65 int unloadEvents; member
158 methodsDesc[i].unloadEvents = 0; in prepare()
208 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
215 if (methodsDesc[i].unloadEvents > methodsDesc[i].loadEvents) { in checkEvents()
219 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
277 methodsDesc[i].unloadEvents++; in callbackCompiledMethodUnload()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t001/
H A Dem05t001.cpp63 int unloadEvents; member
154 methodsDesc[i].unloadEvents = 0; in prepare()
200 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
207 if (methodsDesc[i].unloadEvents > methodsDesc[i].loadEvents) { in checkEvents()
211 methodsDesc[i].loadEvents, methodsDesc[i].unloadEvents); in checkEvents()
269 methodsDesc[i].unloadEvents++; in callbackCompiledMethodUnload()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/
H A Dem05t002.c71 int unloadEvents[MOMENTS_COUNT]; member
184 methodsDesc[i].unloadEvents[j] = 0; in prepare()
236 methodsDesc[i].unloadEvents[moment]); in checkEvents()
241 int unloadEventsTotal = methodsDesc[i].unloadEvents[COMPILATION_MOMENT_BEFORE] in checkEvents()
242 + methodsDesc[i].unloadEvents[COMPILATION_MOMENT_RUNNING]; in checkEvents()
343 methodsDesc[i].unloadEvents[moment]++; in callbackCompiledMethodUnload()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/
H A Dem05t002.cpp69 int unloadEvents[MOMENTS_COUNT]; member
181 methodsDesc[i].unloadEvents[j] = 0; in prepare()
229 methodsDesc[i].unloadEvents[moment]); in checkEvents()
234 int unloadEventsTotal = methodsDesc[i].unloadEvents[COMPILATION_MOMENT_BEFORE] in checkEvents()
235 + methodsDesc[i].unloadEvents[COMPILATION_MOMENT_RUNNING]; in checkEvents()
336 methodsDesc[i].unloadEvents[moment]++; in callbackCompiledMethodUnload()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/
H A Dem05t002.cpp69 int unloadEvents[MOMENTS_COUNT]; member
181 methodsDesc[i].unloadEvents[j] = 0; in prepare()
229 methodsDesc[i].unloadEvents[moment]); in checkEvents()
234 int unloadEventsTotal = methodsDesc[i].unloadEvents[COMPILATION_MOMENT_BEFORE] in checkEvents()
235 + methodsDesc[i].unloadEvents[COMPILATION_MOMENT_RUNNING]; in checkEvents()
336 methodsDesc[i].unloadEvents[moment]++; in callbackCompiledMethodUnload()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/
H A Dem05t002.cpp69 int unloadEvents[MOMENTS_COUNT]; member
181 methodsDesc[i].unloadEvents[j] = 0; in prepare()
229 methodsDesc[i].unloadEvents[moment]); in checkEvents()
234 int unloadEventsTotal = methodsDesc[i].unloadEvents[COMPILATION_MOMENT_BEFORE] in checkEvents()
235 + methodsDesc[i].unloadEvents[COMPILATION_MOMENT_RUNNING]; in checkEvents()
336 methodsDesc[i].unloadEvents[moment]++; in callbackCompiledMethodUnload()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/
H A Dem05t002.cpp69 int unloadEvents[MOMENTS_COUNT]; member
181 methodsDesc[i].unloadEvents[j] = 0; in prepare()
229 methodsDesc[i].unloadEvents[moment]); in checkEvents()
234 int unloadEventsTotal = methodsDesc[i].unloadEvents[COMPILATION_MOMENT_BEFORE] in checkEvents()
235 + methodsDesc[i].unloadEvents[COMPILATION_MOMENT_RUNNING]; in checkEvents()
336 methodsDesc[i].unloadEvents[moment]++; in callbackCompiledMethodUnload()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/
H A Dem05t002.cpp69 int unloadEvents[MOMENTS_COUNT]; member
181 methodsDesc[i].unloadEvents[j] = 0; in prepare()
229 methodsDesc[i].unloadEvents[moment]); in checkEvents()
234 int unloadEventsTotal = methodsDesc[i].unloadEvents[COMPILATION_MOMENT_BEFORE] in checkEvents()
235 + methodsDesc[i].unloadEvents[COMPILATION_MOMENT_RUNNING]; in checkEvents()
336 methodsDesc[i].unloadEvents[moment]++; in callbackCompiledMethodUnload()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/
H A Dem05t002.c71 int unloadEvents[MOMENTS_COUNT]; member
184 methodsDesc[i].unloadEvents[j] = 0; in prepare()
236 methodsDesc[i].unloadEvents[moment]); in checkEvents()
241 int unloadEventsTotal = methodsDesc[i].unloadEvents[COMPILATION_MOMENT_BEFORE] in checkEvents()
242 + methodsDesc[i].unloadEvents[COMPILATION_MOMENT_RUNNING]; in checkEvents()
343 methodsDesc[i].unloadEvents[moment]++; in callbackCompiledMethodUnload()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM05/em05t002/
H A Dem05t002.cpp69 int unloadEvents[MOMENTS_COUNT]; member
181 methodsDesc[i].unloadEvents[j] = 0; in prepare()
229 methodsDesc[i].unloadEvents[moment]); in checkEvents()
234 int unloadEventsTotal = methodsDesc[i].unloadEvents[COMPILATION_MOMENT_BEFORE] in checkEvents()
235 + methodsDesc[i].unloadEvents[COMPILATION_MOMENT_RUNNING]; in checkEvents()
336 methodsDesc[i].unloadEvents[moment]++; in callbackCompiledMethodUnload()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/
H A Dem02t003.cpp47 static int unloadEvents = 0; variable
301 unloadEvents++; in cbCompiledMethodUnload()
368 unloadEvents++; in cbNewCompiledMethodUnload()
523 if (loadEvents < unloadEvents) { in agentProc()
526 unloadEvents); in agentProc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/
H A Dem02t003.cpp47 static int unloadEvents = 0; variable
301 unloadEvents++; in cbCompiledMethodUnload()
368 unloadEvents++; in cbNewCompiledMethodUnload()
523 if (loadEvents < unloadEvents) { in agentProc()
526 unloadEvents); in agentProc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/
H A Dem02t003.cpp47 static int unloadEvents = 0; variable
301 unloadEvents++; in cbCompiledMethodUnload()
368 unloadEvents++; in cbNewCompiledMethodUnload()
522 if (loadEvents < unloadEvents) { in agentProc()
525 unloadEvents); in agentProc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/
H A Dem02t003.cpp47 static int unloadEvents = 0; variable
301 unloadEvents++; in cbCompiledMethodUnload()
368 unloadEvents++; in cbNewCompiledMethodUnload()
522 if (loadEvents < unloadEvents) { in agentProc()
525 unloadEvents); in agentProc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/
H A Dem02t003.cpp47 static int unloadEvents = 0; variable
301 unloadEvents++; in cbCompiledMethodUnload()
368 unloadEvents++; in cbNewCompiledMethodUnload()
522 if (loadEvents < unloadEvents) { in agentProc()
525 unloadEvents); in agentProc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/
H A Dem02t003.cpp47 static int unloadEvents = 0; variable
301 unloadEvents++; in cbCompiledMethodUnload()
368 unloadEvents++; in cbNewCompiledMethodUnload()
522 if (loadEvents < unloadEvents) { in agentProc()
525 unloadEvents); in agentProc()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/
H A Dem02t003.c49 static int unloadEvents = 0; variable
309 unloadEvents++; in cbCompiledMethodUnload()
381 unloadEvents++; in cbNewCompiledMethodUnload()
542 if (loadEvents < unloadEvents) { in agentProc()
545 unloadEvents); in agentProc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/events/EM02/em02t003/
H A Dem02t003.c49 static int unloadEvents = 0; variable
309 unloadEvents++; in cbCompiledMethodUnload()
381 unloadEvents++; in cbNewCompiledMethodUnload()
542 if (loadEvents < unloadEvents) { in agentProc()
545 unloadEvents); in agentProc()