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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1145 // (usually used to merge fast/slow paths).
1516 Node* fast = orig->debug_orig(); // tortoise & hare algorithm to detect loops local
1517 if (NotANode(fast)) fast = NULL;
1529 if (fast != NULL) {
1530 // Step fast twice for each single step of orig:
1531 fast = fast->debug_orig();
1532 if (NotANode(fast)) fast
[all...]

Completed in 37 milliseconds