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

/openjdk7/hotspot/src/share/vm/shark/
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 27 milliseconds