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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp461 class stubNode : public ProfilerNode { class in inherits:ProfilerNode
466 stubNode(methodOop method, const char* name, TickPosition where) : ProfilerNode() { function in class:stubNode
701 table[index] = new (this) stubNode(method, name, where);
711 prev->set_next(new (this) stubNode(method, name, where));
1415 stubNode::print_title(tty);
1429 stubNode::print_total(tty, &stub_ticks, active, title);

Completed in 33 milliseconds