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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp1407 bool AbstractLockNode::find_matching_unlock(const Node* ctrl, LockNode* lock, function in class:AbstractLockNode
1476 if (find_matching_unlock(lock_ctrl, lock, lock_ops)) {
1511 if (find_matching_unlock(in_node, lock, lock_ops)) {
1586 if (find_matching_unlock(ctrl, this, lock_ops)) {

Completed in 39 milliseconds