Searched defs:leaf (Results 26 - 26 of 26) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp846 // Return the register class associated with 'leaf'.
2266 // Return the register class associated with 'leaf'.
2267 const char *OperandForm::in_reg_class(uint leaf, FormDict &globals) { argument
2278 // until we reach the register that corresponds to "leaf"
2280 // level user type associated with the leaf.
2295 // Increment our target leaf position if current leaf is not a candidate.
2296 if( reg_class == NULL) ++leaf;
2298 if( idx == leaf ) break;
2299 // May iterate through all base operands if reg_class for 'leaf' i
[all...]

Completed in 39 milliseconds

12