Searched refs:ProfilerNode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp77 // ProfilerNode pointer table
78 table = NEW_C_HEAP_ARRAY(ProfilerNode*, table_size, mtInternal);
259 class ProfilerNode { class
261 ProfilerNode* _next;
270 ProfilerNode() { function in class:ProfilerNode
274 virtual ~ProfilerNode() {
279 void set_next(ProfilerNode* n) { _next = n; }
280 ProfilerNode* next() { return _next; }
371 static int compare(ProfilerNode** a, ProfilerNode**
[all...]
H A Dfprofiler.hpp52 class ProfilerNode;
144 friend class ProfilerNode;
149 ProfilerNode** table;

Completed in 34 milliseconds