Searched refs:ThreadProfiler (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp46 class ThreadProfiler;
72 ThreadProfiler* _pp;
122 class ThreadProfiler: public CHeapObj<mtInternal> { class in inherits:CHeapObj
124 ThreadProfiler();
125 ~ThreadProfiler();
239 static ThreadProfiler* get_thread_profiler();
262 friend class ThreadProfiler;
302 static ThreadProfiler* thread_profiler;
303 static ThreadProfiler* vm_thread_profiler;
317 static void interval_record_thread(ThreadProfiler* t
[all...]
H A Dfprofiler.cpp63 ThreadProfiler* FlatProfiler::thread_profiler = NULL;
64 ThreadProfiler* FlatProfiler::vm_thread_profiler = NULL;
70 ThreadProfiler::ThreadProfiler() { function in class:ThreadProfiler
83 ThreadProfiler::~ThreadProfiler() {
92 // Statics for ThreadProfiler
93 int ThreadProfiler::table_size = 1024;
95 int ThreadProfiler::entry(int value) {
107 ThreadProfiler* p
[all...]
H A Dthread.hpp60 class ThreadProfiler;
1463 ThreadProfiler* _thread_profiler;
1468 ThreadProfiler* get_thread_profiler() { return _thread_profiler; }
1469 ThreadProfiler* set_thread_profiler(ThreadProfiler* tp) {
1470 ThreadProfiler* result = _thread_profiler;
H A Dthread.cpp1448 ThreadProfiler* pp = new ThreadProfiler();
2701 // The ThreadProfiler oops_do is done from FlatProfiler::oops_do
2702 // since there may be more than one thread using each ThreadProfiler.

Completed in 52 milliseconds