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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp365 bool can_reach_helper(SharkTopLevelBlock* other);
H A DsharkTopLevelBlock.cpp683 return can_reach_helper(other);
686 bool SharkTopLevelBlock::can_reach_helper(SharkTopLevelBlock* other) { function in class:SharkTopLevelBlock
696 if (successor(i)->can_reach_helper(other))
703 if (handler && handler->can_reach_helper(other))

Completed in 318 milliseconds