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

/openjdk7/hotspot/src/share/vm/opto/
H A Daddnode.cpp46 // (commute) inputs to AddNodes willy-nilly so the hash function must return
61 //------------------------------commute----------------------------------------
63 static bool commute( Node *add, int con_left, int con_right ) { function
116 if( commute(this,con_left,con_right) ) return this;
519 return commute(this,
556 return commute(this,
H A Dsubnode.hpp208 // Operands may not commute.
220 // Operands may not commute.
236 // Operands may not commute.
249 // Operands may not commute.
273 mask commute( ) const { return mask("038147858"[_test]-'0'); } function in struct:VALUE_OBJ_CLASS_SPEC

Completed in 35 milliseconds