Home
last modified time | relevance | path

Searched refs:report_gc_phase_start (Results 1 – 25 of 26) sorted by relevance

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp80 partitions->report_gc_phase_start(name, Ticks(ticks), type); in report_gc_phase_start()
90 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
121 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
122 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase", 3); in TEST()
139 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
140 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase2", 4); in TEST()
141 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase3", 5); in TEST()
163 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
165 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase2", 5); in TEST()
167 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase3", 7); in TEST()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp80 partitions->report_gc_phase_start(name, Ticks(ticks), type); in report_gc_phase_start()
90 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
121 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
122 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase", 3); in TEST()
139 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
140 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase2", 4); in TEST()
141 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase3", 5); in TEST()
163 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
165 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase2", 5); in TEST()
167 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase3", 7); in TEST()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp80 partitions->report_gc_phase_start(name, Ticks(ticks), type); in report_gc_phase_start()
90 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
121 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
122 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase", 3); in TEST()
139 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
140 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase2", 4); in TEST()
141 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase3", 5); in TEST()
163 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
165 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase2", 5); in TEST()
167 TimePartitionPhasesIteratorTest::report_gc_phase_start(&time_partitions, "SubPhase3", 7); in TEST()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp46 _time_partitions.report_gc_phase_start(name, time); in register_gc_pause_start()
54 _time_partitions.report_gc_phase_start(name, time); in register_gc_phase_start()
201 time_partitions.report_gc_phase_start("PausePhase", 2); in one_pause()
234 time_partitions.report_gc_phase_start("SubPhase", 3); in one_sub_pause_phase()
252 time_partitions.report_gc_phase_start("SubPhase1", 3); in max_nested_pause_phases()
253 time_partitions.report_gc_phase_start("SubPhase2", 4); in max_nested_pause_phases()
254 time_partitions.report_gc_phase_start("SubPhase3", 5); in max_nested_pause_phases()
277 time_partitions.report_gc_phase_start("SubPhase1", 3); in many_sub_pause_phases()
279 time_partitions.report_gc_phase_start("SubPhase2", 5); in many_sub_pause_phases()
281 time_partitions.report_gc_phase_start("SubPhase3", 7); in many_sub_pause_phases()
[all …]
H A DgcTimer.hpp114 void report_gc_phase_start(const char* name, const Ticks& time);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.cpp46 _time_partitions.report_gc_phase_start(name, time); in register_gc_pause_start()
54 _time_partitions.report_gc_phase_start(name, time); in register_gc_phase_start()
201 time_partitions.report_gc_phase_start("PausePhase", 2); in one_pause()
234 time_partitions.report_gc_phase_start("SubPhase", 3); in one_sub_pause_phase()
252 time_partitions.report_gc_phase_start("SubPhase1", 3); in max_nested_pause_phases()
253 time_partitions.report_gc_phase_start("SubPhase2", 4); in max_nested_pause_phases()
254 time_partitions.report_gc_phase_start("SubPhase3", 5); in max_nested_pause_phases()
277 time_partitions.report_gc_phase_start("SubPhase1", 3); in many_sub_pause_phases()
279 time_partitions.report_gc_phase_start("SubPhase2", 5); in many_sub_pause_phases()
281 time_partitions.report_gc_phase_start("SubPhase3", 7); in many_sub_pause_phases()
[all …]
H A DgcTimer.hpp114 void report_gc_phase_start(const char* name, const Ticks& time);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp45 _time_partitions.report_gc_phase_start(name, time); in register_gc_pause_start()
53 _time_partitions.report_gc_phase_start(name, time); in register_gc_phase_start()
212 time_partitions.report_gc_phase_start("PausePhase", 2); in one_pause()
245 time_partitions.report_gc_phase_start("SubPhase", 3); in one_sub_pause_phase()
263 time_partitions.report_gc_phase_start("SubPhase1", 3); in max_nested_pause_phases()
264 time_partitions.report_gc_phase_start("SubPhase2", 4); in max_nested_pause_phases()
265 time_partitions.report_gc_phase_start("SubPhase3", 5); in max_nested_pause_phases()
288 time_partitions.report_gc_phase_start("SubPhase1", 3); in many_sub_pause_phases()
290 time_partitions.report_gc_phase_start("SubPhase2", 5); in many_sub_pause_phases()
292 time_partitions.report_gc_phase_start("SubPhase3", 7); in many_sub_pause_phases()
[all …]
H A DgcTimer.hpp110 …void report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType type=GCPhase::P…
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp45 _time_partitions.report_gc_phase_start(name, time); in register_gc_pause_start()
53 _time_partitions.report_gc_phase_start(name, time); in register_gc_phase_start()
212 time_partitions.report_gc_phase_start("PausePhase", 2); in one_pause()
245 time_partitions.report_gc_phase_start("SubPhase", 3); in one_sub_pause_phase()
263 time_partitions.report_gc_phase_start("SubPhase1", 3); in max_nested_pause_phases()
264 time_partitions.report_gc_phase_start("SubPhase2", 4); in max_nested_pause_phases()
265 time_partitions.report_gc_phase_start("SubPhase3", 5); in max_nested_pause_phases()
288 time_partitions.report_gc_phase_start("SubPhase1", 3); in many_sub_pause_phases()
290 time_partitions.report_gc_phase_start("SubPhase2", 5); in many_sub_pause_phases()
292 time_partitions.report_gc_phase_start("SubPhase3", 7); in many_sub_pause_phases()
[all …]
H A DgcTimer.hpp110 …void report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType type=GCPhase::P…
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp141 partitions->report_gc_phase_start(name, Ticks(ticks), type); in report_gc_phase_start()
151 TimePartitionsTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
183 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase", 3); in TEST()
200 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
201 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase2", 4); in TEST()
202 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase3", 5); in TEST()
224 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
226 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase2", 5); in TEST()
228 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase3", 7); in TEST()
230 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase4", 9); in TEST()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp141 partitions->report_gc_phase_start(name, Ticks(ticks), type); in report_gc_phase_start()
151 TimePartitionsTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
183 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase", 3); in TEST()
200 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
201 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase2", 4); in TEST()
202 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase3", 5); in TEST()
224 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
226 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase2", 5); in TEST()
228 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase3", 7); in TEST()
230 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase4", 9); in TEST()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/gc/shared/
H A Dtest_gcTimer.cpp141 partitions->report_gc_phase_start(name, Ticks(ticks), type); in report_gc_phase_start()
151 TimePartitionsTest::report_gc_phase_start(&time_partitions, "PausePhase", 2); in TEST()
183 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase", 3); in TEST()
200 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
201 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase2", 4); in TEST()
202 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase3", 5); in TEST()
224 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase1", 3); in TEST()
226 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase2", 5); in TEST()
228 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase3", 7); in TEST()
230 TimePartitionsTest::report_gc_phase_start(&time_partitions, "SubPhase4", 9); in TEST()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp45 _time_partitions.report_gc_phase_start(name, time); in register_gc_pause_start()
53 _time_partitions.report_gc_phase_start(name, time); in register_gc_phase_start()
82 _time_partitions.report_gc_phase_start(name, time, GCPhase::ConcurrentPhaseType); in register_gc_concurrent_start()
131 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start() function in TimePartitions
H A DgcTimer.hpp110 …void report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType type=GCPhase::P…
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A DgcTimer.cpp45 _time_partitions.report_gc_phase_start(name, time); in register_gc_pause_start()
53 _time_partitions.report_gc_phase_start(name, time); in register_gc_phase_start()
82 _time_partitions.report_gc_phase_start(name, time, GCPhase::ConcurrentPhaseType); in register_gc_concurrent_start()
131 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start() function in TimePartitions
H A DgcTimer.hpp110 …void report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType type=GCPhase::P…
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp45 _time_partitions.report_gc_phase_start(name, time); in register_gc_pause_start()
53 _time_partitions.report_gc_phase_start(name, time); in register_gc_phase_start()
82 _time_partitions.report_gc_phase_start(name, time, GCPhase::ConcurrentPhaseType); in register_gc_concurrent_start()
131 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start() function in TimePartitions
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp132 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start() function in TimePartitions
152 report_gc_phase_start(name, time, type); in report_gc_phase_start_top_level()
162 report_gc_phase_start(name, time, type); in report_gc_phase_start_sub_phase()
H A DgcTimer.hpp110 void report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType type);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp132 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start() function in TimePartitions
152 report_gc_phase_start(name, time, type); in report_gc_phase_start_top_level()
162 report_gc_phase_start(name, time, type); in report_gc_phase_start_sub_phase()
H A DgcTimer.hpp110 void report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType type);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A DgcTimer.cpp132 void TimePartitions::report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType … in report_gc_phase_start() function in TimePartitions
152 report_gc_phase_start(name, time, type); in report_gc_phase_start_top_level()
162 report_gc_phase_start(name, time, type); in report_gc_phase_start_sub_phase()
H A DgcTimer.hpp110 void report_gc_phase_start(const char* name, const Ticks& time, GCPhase::PhaseType type);

12