Searched refs:is_stable_supported (Results 1 - 2 of 2) 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));
H A DperfData.cpp91 if (PerfDataManager::is_stable_supported(_name) ||
102 if (PerfDataManager::is_stable_supported(ns) ||

Completed in 708 milliseconds