Searched refs:_ti_limit (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp1595 _ti_limit = 0;
1616 // else set up _ti_limit and fall through:
1617 _ti_limit = (_ti_base == NULL) ? 0 : _ti_base->length();
1620 if (_ti_index < _ti_limit) {
H A Ddependencies.hpp551 int _ti_limit; member in class:DepChange::ContextStream

Completed in 36 milliseconds