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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.hpp66 enum Region { noRegion, classLoaderRegion, extraRegion, maxRegion }; enumerator in enum:ThreadProfilerMark::Region
188 bool region_flag[ThreadProfilerMark::maxRegion];
H A Dfprofiler.cpp103 assert(((r > ThreadProfilerMark::noRegion) && (r < ThreadProfilerMark::maxRegion)), "ThreadProfilerMark::Region out of bounds");

Completed in 64 milliseconds