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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp506 class adapterNode : public ProfilerNode { class in inherits:ProfilerNode
508 adapterNode(TickPosition where) : ProfilerNode() { function in class:adapterNode
718 table[index] = new (this) adapterNode(where);
728 prev->set_next(new (this) adapterNode(where));

Completed in 1695 milliseconds