Lines Matching refs:cause

1687 void CMSCollector::request_full_gc(unsigned int full_gc_count, GCCause::Cause cause) {
1693 _full_gc_cause = cause;
1701 GCCause::Cause cause = GenCollectedHeap::heap()->gc_cause();
1702 return GCCause::is_user_requested_gc(cause) ||
1703 GCCause::is_serviceability_requested_gc(cause);
1915 // Reset the expansion cause, now that we just completed
2195 void CMSCollector::collect_in_background(bool clear_all_soft_refs, GCCause::Cause cause) {
2214 register_gc_start(cause);
2215 // Reset the expansion cause, now that we are about to begin
2438 void CMSCollector::register_foreground_gc_start(GCCause::Cause cause) {
2440 register_gc_start(cause);
2444 void CMSCollector::register_gc_start(GCCause::Cause cause) {
2447 _gc_tracer_cm->report_gc_start(cause, _gc_timer_cm->gc_start());
2470 void CMSCollector::collect_in_foreground(bool clear_all_soft_refs, GCCause::Cause cause) {
2503 register_foreground_gc_start(cause);
3336 CMSExpansionCause::Cause cause)
3345 set_expansion_cause(cause);
3348 CMSExpansionCause::to_string(cause));
4268 // (coordinator_yield()) method that was observed to cause the
5122 // A value of 0 passed to n_workers will cause the number of
7165 assert(_markStack->isEmpty(), "would cause duplicates on stack");
7491 assert(_mark_stack->isEmpty(), "would cause duplicates on stack");
8137 // will cause erasure of the size information from the
8781 const char* CMSExpansionCause::to_string(CMSExpansionCause::Cause cause) {
8782 switch (cause) {
9392 TraceCMSMemoryManagerStats::TraceCMSMemoryManagerStats(CMSCollector::CollectorState phase, GCCause::Cause cause): TraceMemoryManagerStats() {
9397 cause /* cause of the GC */,
9409 cause /* cause of the GC */,
9421 cause /* cause of the GC */,