Searched refs:_d (Results 1 - 13 of 13) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/6332204/
H A DT6346876.java33 private double[][] _d; field in class:T6346876
36 Object o =_d==null ? new double[0] : _d;
/openjdk7/hotspot/test/runtime/6626217/
H A DYou_Have_Been_P0wned.java8 int _d; field in class:You_Have_Been_P0wned
H A Dbug_21227.java44 System.out.println("q._d = 0x"+Integer.toHexString(q._d));
/openjdk7/hotspot/src/share/vm/libadt/
H A Ddict.hpp109 const Dict *_d; // Dictionary being iterated over member in class:DictI
117 int test(void) { return _i<_d->_size;} // Test for end of iteration
H A Ddict.cpp364 _d = dict; // The dictionary
375 _key = _d->_bin[_i]._keyvals[_j+_j];
376 _value = _d->_bin[_i]._keyvals[_j+_j+1];
380 while( ++_i < _d->_size ) { // Else scan for non-zero bucket
381 _j = _d->_bin[_i]._cnt;
384 _key = _d->_bin[_i]._keyvals[_j+_j];
385 _value = _d->_bin[_i]._keyvals[_j+_j+1];
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddict2.hpp110 const Dict *_d; // Dictionary being iterated over member in class:DictI
118 int test(void) { return _i<_d->_size;} // Test for end of iteration
H A Ddict2.cpp331 _d = dict; // The dictionary
342 _key = _d->_bin[_i]._keyvals[_j+_j];
343 _value = _d->_bin[_i]._keyvals[_j+_j+1];
347 while( ++_i < _d->_size ) { // Else scan for non-zero bucket
348 _j = _d->_bin[_i]._cnt;
351 _key = _d->_bin[_i]._keyvals[_j+_j];
352 _value = _d->_bin[_i]._keyvals[_j+_j+1];
/openjdk7/hotspot/src/share/vm/opto/
H A Dsubnode.cpp993 if( td1->_d < td2->_d ) return TypeInt::CC_LT;
994 if( td1->_d > td2->_d ) return TypeInt::CC_GT;
995 assert( td1->_d == td2->_d, "do not understand FP behavior" );
1018 double t2_value_as_double = t2->_d;
H A Dtype.hpp383 TypeD( double d ) : Type(DoubleCon), _d(d) {};
390 const double _d; // Double constant member in class:TypeD
1143 return ((TypeD*)this)->_d;
H A Dtype.cpp999 if( jlong_cast(_d) != jlong_cast(t->getd()) ) // unequal constants? (see comment in TypeF::xmeet)
1017 if( g_isnan(_d) ||
1020 return (g_isnan(_d) && g_isnan(t->getd()));
1022 if (_d == t->getd()) {
1024 if (_d == 0.0) {
1026 if (jlong_cast(_d) != jlong_cast(t->getd())) return false;
1036 return *(int*)(&_d);
1056 st->print("%f", _d);
H A Dcallnode.cpp360 st->print(" %s%d]=#%fD",msg,i,t->is_double_constant()->_d);
H A Dparse2.cpp1336 (!td || td->_d != 0.0))
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1193 CASE(_d##opcname): { \

Completed in 158 milliseconds