Searched defs:namep (Results 1 - 2 of 2) sorted by relevance

/openjdk10/hotspot/src/share/vm/runtime/
H A DperfData.cpp189 PerfLong::PerfLong(CounterNS ns, const char* namep, Units u, Variability v) argument
199 PerfLongVariant::PerfLongVariant(CounterNS ns, const char* namep, Units u, argument
207 PerfLongVariant::PerfLongVariant(CounterNS ns, const char* namep, Units u, argument
221 PerfByteArray::PerfByteArray(CounterNS ns, const char* namep, Units u, argument
242 PerfStringConstant::PerfStringConstant(CounterNS ns, const char* namep, argument
[all...]
H A DperfData.hpp388 PerfLongConstant(CounterNS ns, const char* namep, Units u, argument
410 PerfLongVariant(CounterNS ns, const char* namep, Units u, Variability v, argument
447 PerfLongCounter(CounterNS ns, const char* namep, Units u, argument
452 PerfLongCounter(CounterNS ns, const char* namep, Unit argument
455 PerfLongCounter(CounterNS ns, const char* namep, Units u, PerfLongSampleHelper* sample_helper) argument
474 PerfLongVariable(CounterNS ns, const char* namep, Units u, jlong initial_value=0) argument
479 PerfLongVariable(CounterNS ns, const char* namep, Units u, jlong* sampled) argument
482 PerfLongVariable(CounterNS ns, const char* namep, Units u, PerfLongSampleHelper* sample_helper) argument
514 PerfString(CounterNS ns, const char* namep, Variability v, jint length, const char* initial_value) argument
566 PerfStringVariable(CounterNS ns, const char* namep, jint max_length, const char* initial_value) argument
[all...]

Completed in 90 milliseconds