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

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp247 PerfStringConstant::PerfStringConstant(CounterNS ns, const char* namep, function in class:PerfStringConstant
259 warning("Truncating PerfStringConstant: name = %s,"
383 PerfStringConstant* PerfDataManager::create_string_constant(CounterNS ns,
388 PerfStringConstant* p = new PerfStringConstant(ns, name, s);
H A DperfData.hpp106 * - PerfStringConstant
120 * and PerfStringConstant classes, but does not provide a counter type.
193 * to the PerfStringConstant object, it can safely be ignored. Developers
524 * The PerfStringConstant class provides a PerfData sub class that
528 class PerfStringConstant : public PerfString { class in inherits:PerfString
543 PerfStringConstant(CounterNS ns, const char* namep,
756 static PerfStringConstant* create_string_constant(CounterNS ns,

Completed in 55 milliseconds