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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp611 class vmNode : public ProfilerNode { class in inherits:ProfilerNode
615 vmNode(const TickPosition where) : ProfilerNode() { function in class:vmNode
620 vmNode(const char* name, const TickPosition where) : ProfilerNode() { function in class:vmNode
772 int index = entry(vmNode::hash(name));
776 table[index] = new (this) vmNode(os::strdup(name), where);
780 if (((vmNode *)node)->vm_match(name)) {
786 prev->set_next(new (this) vmNode(os::strdup(name), where));

Completed in 30 milliseconds