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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp295 virtual bool runtimeStub_match(const CodeBlob* stub, const char* name) const { return false; } function in class:ProfilerNode
542 bool runtimeStub_match(const CodeBlob* stub, const char* name) const { function in class:runtimeStubNode
739 if (node->runtimeStub_match(stub, name)) {

Completed in 27 milliseconds