/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/ |
H A D | compileBroker.hpp | 216 static int _total_compile_count; member in CompileBroker 403 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 175 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2530 _total_compile_count++; 2643 int total_compile_count = CompileBroker::_total_compile_count;
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/compiler/ |
H A D | compileBroker.hpp | 212 static int _total_compile_count; member in CompileBroker 400 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 170 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2449 _total_compile_count++; in collect_statistics() 2562 int total_compile_count = CompileBroker::_total_compile_count; in print_times()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/ |
H A D | compileBroker.hpp | 216 static int _total_compile_count; member in CompileBroker 403 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 175 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2530 _total_compile_count++; 2643 int total_compile_count = CompileBroker::_total_compile_count;
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/compiler/ |
H A D | compileBroker.hpp | 213 static int _total_compile_count; member in CompileBroker 406 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 175 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2659 _total_compile_count++; 2744 int total_compile_count = CompileBroker::_total_compile_count;
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/compiler/ |
H A D | compileBroker.hpp | 214 static int _total_compile_count; member in CompileBroker 405 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 177 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2651 _total_compile_count++; 2733 int total_compile_count = CompileBroker::_total_compile_count;
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/compiler/ |
H A D | compileBroker.hpp | 216 static int _total_compile_count; member in CompileBroker 406 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 175 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2458 _total_compile_count++; in collect_statistics() 2571 int total_compile_count = CompileBroker::_total_compile_count; in print_times()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/compiler/ |
H A D | compileBroker.hpp | 213 static int _total_compile_count; member in CompileBroker 405 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 171 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2540 _total_compile_count++; 2653 int total_compile_count = CompileBroker::_total_compile_count;
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/compiler/ |
H A D | compileBroker.hpp | 213 static int _total_compile_count; member in CompileBroker 402 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 170 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2489 _total_compile_count++; 2602 int total_compile_count = CompileBroker::_total_compile_count;
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/ |
H A D | compileBroker.hpp | 327 static int _total_compile_count; member in CompileBroker 465 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 175 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2356 _total_compile_count++; in collect_statistics() 2406 tty->print_cr(" Total compiled methods : %6d methods", CompileBroker::_total_compile_count); in print_times()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/compiler/ |
H A D | compileBroker.hpp | 327 static int _total_compile_count; member in CompileBroker 465 static int get_total_compile_count() { return _total_compile_count; } in get_total_compile_count()
|
H A D | compileBroker.cpp | 175 int CompileBroker::_total_compile_count = 0; member in CompileBroker 2356 _total_compile_count++; in collect_statistics() 2406 tty->print_cr(" Total compiled methods : %6d methods", CompileBroker::_total_compile_count); in print_times()
|