Home
last modified time | relevance | path

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

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/support/
H A DjfrAdaptiveSampler.cpp261 const intptr_t accumulated_debt = expired->accumulated_debt(); in amortize_debt() local
262 assert(accumulated_debt <= 0, "invariant"); in amortize_debt()
268 return -accumulated_debt; // negation in amortize_debt()
285 intptr_t JfrSamplerWindow::accumulated_debt() const { in accumulated_debt() function in JfrSamplerWindow
H A DjfrAdaptiveSampler.hpp100 intptr_t accumulated_debt() const;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/support/
H A DjfrAdaptiveSampler.cpp261 const intptr_t accumulated_debt = expired->accumulated_debt(); in amortize_debt() local
262 assert(accumulated_debt <= 0, "invariant"); in amortize_debt()
268 return -accumulated_debt; // negation in amortize_debt()
285 intptr_t JfrSamplerWindow::accumulated_debt() const { in accumulated_debt() function in JfrSamplerWindow
H A DjfrAdaptiveSampler.hpp100 intptr_t accumulated_debt() const;