Searched defs:is_stable_supported (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp705 static bool is_stable_supported(CounterNS ns) { function in class:PerfDataManager
717 static bool is_stable_supported(const char* name) { function in class:PerfDataManager
726 return !(is_stable_supported(name) && is_unstable_supported(name));

Completed in 25 milliseconds