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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp364 bool can_reach(SharkTopLevelBlock* other);
H A DsharkTopLevelBlock.cpp672 if (successor(i)->can_reach(this)) {
679 bool SharkTopLevelBlock::can_reach(SharkTopLevelBlock* other) { function in class:SharkTopLevelBlock

Completed in 76 milliseconds