Searched refs:statsOnly (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp3240 statsOnly( ++_objs_scanned );
3261 statsOnly( _task->increase_objs_found_on_bitmap() );
3462 statsOnly( ++_aborted_cm_aborted );
3497 statsOnly( ++_aborted_yield );
3507 statsOnly( ++_aborted_timed_out );
3522 statsOnly( ++_aborted_satb );
3566 statsOnly( ++_global_transfers_to; _local_pops += n );
3581 statsOnly( int tmp_size = _cm->mark_stack_size();
3604 statsOnly( ++_global_transfers_from; _global_pops += n );
3616 statsOnly( in
[all...]
H A DconcurrentMark.hpp273 #define statsOnly(statement) \ macro
278 #define statsOnly(statement) \ macro
H A DconcurrentMark.inline.hpp303 statsOnly( int tmp_size = _task_queue->size();

Completed in 50 milliseconds