Home
last modified time | relevance | path

Searched refs:_total_compile_count (Results 1 – 20 of 20) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/compiler/
H A DcompileBroker.hpp216 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 DcompileBroker.cpp175 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 DcompileBroker.hpp212 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 DcompileBroker.cpp170 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 DcompileBroker.hpp216 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 DcompileBroker.cpp175 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 DcompileBroker.hpp213 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 DcompileBroker.cpp175 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 DcompileBroker.hpp214 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 DcompileBroker.cpp177 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 DcompileBroker.hpp216 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 DcompileBroker.cpp175 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 DcompileBroker.hpp213 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 DcompileBroker.cpp171 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 DcompileBroker.hpp213 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 DcompileBroker.cpp170 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 DcompileBroker.hpp327 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 DcompileBroker.cpp175 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 DcompileBroker.hpp327 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 DcompileBroker.cpp175 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()