Searched refs:_j (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.cpp333 _j = 0; // Nothing left in the current bin
341 if( _j-- ) { // Still working in current bin?
342 _key = _d->_bin[_i]._keyvals[_j+_j];
343 _value = _d->_bin[_i]._keyvals[_j+_j+1];
348 _j = _d->_bin[_i]._cnt;
349 if( !_j ) continue;
350 _j--;
351 _key = _d->_bin[_i]._keyvals[_j
[all...]
H A Ddict2.hpp112 int _j; // Counter inside each bin member in class:DictI
/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.cpp366 _j = 0; // Nothing left in the current bin
374 if( _j-- ) { // Still working in current bin?
375 _key = _d->_bin[_i]._keyvals[_j+_j];
376 _value = _d->_bin[_i]._keyvals[_j+_j+1];
381 _j = _d->_bin[_i]._cnt;
382 if( !_j ) continue;
383 _j--;
384 _key = _d->_bin[_i]._keyvals[_j
[all...]
H A Ddict.hpp111 uint _j; // Counter inside each bin member in class:DictI
/openjdk7/hotspot/test/compiler/6431242/
H A DTest.java41 int _j = 0; field in class:Test
110 _j = test_int_reversed(_k);
111 if (_j != _ir ) {
112 throw new Exception("Interger.reverseBytes failed " + _j + " iter " + loop);

Completed in 34 milliseconds