Searched defs:ThreadProfilerMark (Results 1 - 2 of 2) 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...]

Completed in 68 milliseconds