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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp47 class ThreadProfilerMark;
63 class ThreadProfilerMark: public StackObj { class in inherits:StackObj
68 ThreadProfilerMark(Region);
69 ~ThreadProfilerMark();
186 friend class ThreadProfilerMark;
188 bool region_flag[ThreadProfilerMark::maxRegion];
H A Dfprofiler.cpp100 ThreadProfilerMark::ThreadProfilerMark(ThreadProfilerMark::Region r) { function in class:ThreadProfilerMark
103 assert(((r > ThreadProfilerMark::noRegion) && (r < ThreadProfilerMark::maxRegion)), "ThreadProfilerMark::Region out of bounds");
115 ThreadProfilerMark::~ThreadProfilerMark() {
1071 if (region_flag[ThreadProfilerMark::classLoaderRegion]) {
1075 } else if (region_flag[ThreadProfilerMark
[all...]
H A Dthread.hpp1467 friend class ThreadProfilerMark; // uses get_thread_profiler.
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp880 ThreadProfilerMark tpm(ThreadProfilerMark::classLoaderRegion);

Completed in 56 milliseconds