Searched refs:sizetype (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp81 const TypeInt* sizetype = arytype->size(); local
102 if (idxtype->_hi < sizetype->_lo && idxtype->_lo >= 0) {
120 if (sizetype->_hi <= 0) {
157 Node* ptr = array_element_address(ary, idx, type, sizetype);
H A DgraphKit.hpp582 const TypeInt* sizetype = NULL);
H A DgraphKit.cpp1592 const TypeInt* sizetype) {
1617 if (sizetype != NULL) index_max = sizetype->_hi - 1;
1591 array_element_address(Node* ary, Node* idx, BasicType elembt, const TypeInt* sizetype) argument

Completed in 55 milliseconds