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

/openjdk7/hotspot/src/share/vm/runtime/
H A DperfData.cpp78 PerfData::PerfData(CounterNS ns, const char* name, Units u, Variability v) function in class:PerfData
112 PerfData::~PerfData() {
121 void PerfData::create_entry(BasicType dtype, size_t dsize, size_t vlen) {
153 // copy the name, including null terminator, into PerfData memory
157 // set the header values in PerfData memory
184 // mark the PerfData memory region as having been updated.
189 : PerfData(ns, namep, u, v) {
228 : PerfData(n
[all...]
H A DperfData.hpp72 * The PerfData class structure is provided for creation, access, and update
82 * recommended that data returned by PerfData accessor methods be used
86 * Constants - value is written to the PerfData memory once, on creation
96 * - PerfData (Abstract)
117 * A PerfData subtype is not required to provide an implementation for
151 * Currently, instances of PerfData subtypes are considered to have
153 * PerfDataManager class. All constructors for the PerfData class and
154 * its subtypes have protected constructors. Creation of PerfData
169 * PerfData::U_Bytes,
180 .* PerfData
243 class PerfData : public CHeapObj<mtInternal> { class in inherits:CHeapObj
[all...]

Completed in 924 milliseconds