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

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp1411 INode *_inode_max; // End of _inodes == _inodes + _max member in class:Node_Stack
1420 _inode_max = _inodes + max;
1427 _inode_max = _inodes + max;
1437 if (_inode_top >= _inode_max) grow();
1462 uint size_max() const { return (uint)pointer_delta(_inode_max, _inodes, sizeof(INode)); } // Max size
H A Dnode.cpp2064 size_t old_max = pointer_delta(_inode_max,_inodes,sizeof(INode));
2067 _inode_max = _inodes + max;
H A Dmatcher.cpp957 if ((_inode_top + 1) >= _inode_max) grow();

Completed in 49 milliseconds