Searched refs:PerfLongVariable (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp442 PerfLongVariable* PerfDataManager::create_long_variable(CounterNS ns,
447 PerfLongVariable* p = new PerfLongVariable(ns, name, u, ival);
460 PerfLongVariable* PerfDataManager::create_long_variable(CounterNS ns,
468 PerfLongVariable* p = new PerfLongVariable(ns, name, u, sp);
481 PerfLongVariable* PerfDataManager::create_long_variable(CounterNS ns,
490 PerfLongVariable* p = new PerfLongVariable(ns, name, u, sh);
H A DperfData.hpp100 * - PerfLongVariable (alias: PerfVariable)
178 * PerfLongVariable* bar_varible;
462 * The PerfLongVariable class, and its alias PerfVariable, implement
466 class PerfLongVariable : public PerfLongVariant { class in inherits:PerfLongVariant
472 PerfLongVariable(CounterNS ns, const char* namep, Units u, function in class:PerfLongVariable
477 PerfLongVariable(CounterNS ns, const char* namep, Units u, jlong* sampled) function in class:PerfLongVariable
480 PerfLongVariable(CounterNS ns, const char* namep, Units u, function in class:PerfLongVariable
489 typedef PerfLongVariable PerfVariable;
778 static PerfLongVariable* create_long_variable(CounterNS ns,
783 static PerfLongVariable* create_long_variabl
[all...]
H A DobjectMonitor.hpp310 static PerfLongVariable * _sync_MonExtant ;
H A DobjectMonitor.cpp2368 PerfLongVariable * ObjectMonitor::_sync_MonExtant = NULL ;

Completed in 1400 milliseconds