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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp530 class runtimeStubNode : public ProfilerNode { class in inherits:ProfilerNode
535 runtimeStubNode(const CodeBlob* stub, const char* name, TickPosition where) : ProfilerNode(), _stub(stub), _symbol(name) { function in class:runtimeStubNode
735 table[index] = new (this) runtimeStubNode(stub, name, where);
745 prev->set_next(new (this) runtimeStubNode(stub, name, where));
1442 runtimeStubNode::print_title(tty);
1456 runtimeStubNode::print_total(tty, &runtime_stub_ticks, active, title);

Completed in 32 milliseconds