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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp3562 const char *name_left = mRule2->_lChild ? mRule2->_lChild->_opType : NULL; local
3574 && (name_left != NULL) // NOT (load)
3576 const Form *form2_left = name_left ? globals[name_left] : NULL;

Completed in 37 milliseconds