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

/openjdk10/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;
/openjdk10/hotspot/test/runtime/6626217/
H A DYou_Have_Been_P0wned.java31 int _d; field in class:You_Have_Been_P0wned
H A Dbug_21227.java67 System.out.println("q._d = 0x"+Integer.toHexString(q._d));
/openjdk10/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];
/openjdk10/hotspot/src/share/vm/libadt/
H A Ddict.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 Ddict.cpp348 _d = dict; // The dictionary
359 _key = _d->_bin[_i]._keyvals[_j+_j];
360 _value = _d->_bin[_i]._keyvals[_j+_j+1];
364 while( ++_i < _d->_size ) { // Else scan for non-zero bucket
365 _j = _d->_bin[_i]._cnt;
368 _key = _d->_bin[_i]._keyvals[_j+_j];
369 _value = _d->_bin[_i]._keyvals[_j+_j+1];
/openjdk10/hotspot/src/share/vm/opto/
H A Dsubnode.cpp1163 if( td1->_d < td2->_d ) return TypeInt::CC_LT;
1164 if( td1->_d > td2->_d ) return TypeInt::CC_GT;
1165 assert( td1->_d == td2->_d, "do not understand FP behavior" );
1188 double t2_value_as_double = t2->_d;
H A Dtype.hpp494 TypeD( double d ) : Type(DoubleCon), _d(d) {};
501 const double _d; // Double constant member in class:TypeD
1545 return ((TypeD*)this)->_d;
H A Dtype.cpp1232 if( jlong_cast(_d) != jlong_cast(t->getd()) ) // unequal constants? (see comment in TypeF::xmeet)
1252 return (jlong_cast(_d) == jlong_cast(t->getd()));
1258 return *(int*)(&_d);
1278 st->print("%f", _d);
H A Dparse2.cpp1331 (!td || td->_d != 0.0))
H A Dcallnode.cpp387 st->print(" %s%d]=#%fD",msg,i,t->is_double_constant()->_d);
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1290 CASE(_d##opcname): { \

Completed in 112 milliseconds