Home
last modified time | relevance | path

Searched refs:is_mixed_pause (Results 1 – 4 of 4) sorted by relevance

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1GCPauseType.hpp61 static bool is_mixed_pause(G1GCPauseType type) { in is_mixed_pause() function in G1GCPauseTypeHelper
H A Dg1Policy.cpp677 } else if (G1GCPauseTypeHelper::is_mixed_pause(this_pause)) { in record_collection_pause_end()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1Policy.hpp278 static bool is_mixed_pause(PauseKind kind);
H A Dg1Policy.cpp676 } else if (is_mixed_pause(this_pause)) { in record_collection_pause_end()
1159 bool G1Policy::is_mixed_pause(PauseKind kind) { in is_mixed_pause() function in G1Policy