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

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

Completed in 26 milliseconds