Searched refs:NULL_NS (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A Dperf.cpp146 pl = PerfDataManager::create_long_constant(NULL_NS, (char *)name_utf,
152 pl = PerfDataManager::create_long_variable(NULL_NS, (char *)name_utf,
158 pl = PerfDataManager::create_long_counter(NULL_NS, (char *)name_utf,
233 pbv = PerfDataManager::create_string_constant(NULL_NS, (char*)name_utf,
243 pbv = PerfDataManager::create_string_variable(NULL_NS, (char*)name_utf,
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp65 NULL_NS, enumerator in enum:CounterNS
66 COUNTERNS_LAST = NULL_NS
706 return (ns != NULL_NS) && ((ns % 3) == JAVA_NS);
709 return (ns != NULL_NS) && ((ns % 3) == COM_NS);
712 return (ns == NULL_NS) || ((ns % 3) == SUN_NS);
H A DperfData.cpp87 if (ns == NULL_NS) {
88 // No prefix is added to counters with the NULL_NS namespace.

Completed in 153 milliseconds