Searched refs:debug_orig (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.cpp1456 // Search along debug_orig edges last, checking for cycles
1457 Node* orig = n->debug_orig();
1462 orig = orig->debug_orig();
1463 } while (orig != NULL && orig != n->debug_orig());
1516 Node* fast = orig->debug_orig(); // tortoise & hare algorithm to detect loops
1525 orig = orig->debug_orig();
1531 fast = fast->debug_orig();
1534 fast = fast->debug_orig();
1556 orig = orig->debug_orig();
1580 dump_orig(debug_orig(), s
[all...]
H A DidealGraphPrinter.cpp604 if (node->debug_orig() != NULL) {
607 Node* dorig = node->debug_orig();
611 print_prop("debug_orig", dorigStream.as_string());
H A Dnode.hpp1031 Node* debug_orig() const { return _debug_orig; } function in class:Node
H A Dcompile.cpp1237 if (dest != NULL && dest != source && dest->debug_orig() == NULL) {

Completed in 447 milliseconds