Lines Matching refs:_stat
445 ThreadStatistics* _stat;
453 _stat = java_thread->get_thread_stat();
455 _stat->monitor_wait();
457 _stat->monitor_wait_begin();
466 _stat->monitor_wait_end();
474 ThreadStatistics* _stat;
482 _stat = java_thread->get_thread_stat();
484 _stat->monitor_wait();
486 _stat->monitor_wait_begin();
495 _stat->monitor_wait_end();
503 ThreadStatistics* _stat;
545 _stat = java_thread->get_thread_stat();
552 _stat->contended_enter_end();
560 ThreadStatistics* _stat;
566 _stat = java_thread->get_thread_stat();
568 _stat->thread_sleep();
570 _stat->thread_sleep_begin();
579 _stat->thread_sleep_end();