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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DProfileData.java34 public abstract class ProfileData { class
81 public ProfileData(DataLayout data) { method in class:ProfileData
85 // Constructor for invalid ProfileData.
86 ProfileData() { method in class:ProfileData
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp48 // initialization occurs in overrides of ProfileData::post_initialize.
68 // ProfileData
70 // A ProfileData object is created to refer to a section of profiling
73 // Constructor for invalid ProfileData.
74 ProfileData::ProfileData() { function in class:ProfileData
79 void ProfileData::print_shared(outputStream* st, const char* name) {
94 void ProfileData::tab(outputStream* st) {
329 // the lock can block (and allow GC) and since RetData is a ProfileData is a
332 // lock. We require the caller to take the lock before making the ProfileData
[all...]

Completed in 30 milliseconds