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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp628 bool vm_match(const char* name) const { return strcmp(name, _name) == 0; } function in class:vmNode
780 if (((vmNode *)node)->vm_match(name)) {

Completed in 35 milliseconds