Searched refs:region_flag (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp188 bool region_flag[ThreadProfilerMark::maxRegion]; member in class:ThreadProfiler
H A Dfprofiler.cpp110 pp->region_flag[r] = true;
117 _pp->region_flag[_r] = false;
1071 if (region_flag[ThreadProfilerMark::classLoaderRegion]) {
1075 } else if (region_flag[ThreadProfilerMark::extraRegion]) {
1177 region_flag[ThreadProfilerMark::classLoaderRegion] = false;
1179 region_flag[ThreadProfilerMark::extraRegion] = false;

Completed in 34 milliseconds