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

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.hpp103 * - PerfByteArray (Abstract)
492 * The PerfByteArray provides a PerfData subtype that allows the creation
497 class PerfByteArray : public PerfData { class in inherits:PerfData
502 PerfByteArray(CounterNS ns, const char* namep, Units u, Variability v,
506 class PerfString : public PerfByteArray {
514 : PerfByteArray(ns, namep, U_String, v, length) {
H A DperfData.cpp226 PerfByteArray::PerfByteArray(CounterNS ns, const char* namep, Units u, function in class:PerfByteArray
/openjdk7/hotspot/src/share/vm/prims/
H A Dperf.cpp224 THROW_MSG_0(vmSymbols::java_lang_IllegalArgumentException(), "PerfByteArray name already exists");
227 PerfByteArray* pbv = NULL;

Completed in 35 milliseconds