Searched refs:ZERO (Results 51 - 68 of 68) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.hpp54 #ifdef ZERO
H A Dframe.cpp920 #if !defined(PPC) || defined(ZERO)
H A Dthread.hpp53 #ifdef ZERO
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/
H A DDefaultParticleBinder.java361 insideOptionalParticle |= BigInteger.ZERO.equals(p.getMinOccurs());
/openjdk7/jdk/test/java/math/BigDecimal/
H A DDivideTests.java48 return BigDecimal.ZERO;
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp1234 if( tcmp != TypeInt::ZERO && tcmp != TypePtr::NULL_PTR ) {
1242 if( tzero == TypeInt::ZERO ) {
1246 if( tone == TypeInt::ZERO ) {
1317 if( q->is_Con() && phase->type(q) != TypeInt::ZERO && y->is_Con() )
1354 case Op_CmpF: tzero = TypeF::ZERO; break; // Float ABS
1355 case Op_CmpD: tzero = TypeD::ZERO; break; // Double ABS
1380 if( tzero == TypeF::ZERO ) {
H A Dloopopts.cpp216 Node *con = _igvn.makecon(pop == Op_IfTrue ? TypeInt::ONE : TypeInt::ZERO);
356 _igvn.type( add->in(1) ) != TypeInt::ZERO ) {
1803 limit = _igvn.makecon(TypeInt::ZERO);
1832 Node *con = _igvn.makecon(lp_proj->is_IfTrue() ? TypeInt::ONE : TypeInt::ZERO);
H A Dmemnode.cpp2627 return phase->type(in(2))->higher_equal(TypeX::ZERO) ? in(1) : this;
2660 Node *zero = phase->makecon(TypeLong::ZERO);
2890 return new (phase->C) ConINode(TypeInt::ZERO);
H A Dcallnode.cpp1232 assert(narrow_length_type == TypeInt::ZERO ||
H A Dlibrary_call.cpp865 if (_gvn.type(test) == TypeInt::ZERO) {
951 bool zero_offset = _gvn.type(offset) == TypeInt::ZERO;
1688 Node *zeronode = makecon(TypeD::ZERO);
3581 if (_gvn.type(start) != TypeInt::ZERO) {
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp260 #ifdef ZERO
301 #endif // ZERO
/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java153 return BigInteger.ZERO;
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp955 #if !defined(ZERO) && !defined(SHARK)
957 #endif // !ZERO && !SHARK
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp277 #if defined(ZERO)
3354 #ifndef ZERO
3357 #endif // ZERO
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp277 #if defined(ZERO)
3279 #ifndef ZERO
3282 #endif // ZERO
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java3626 if ((value.equals(BigDecimal.ZERO))
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp3104 #if defined(IA64) && !defined(ZERO)
3106 #endif // IA64 && !ZERO
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp5084 #if defined(ZERO) && defined(ASSERT)
5093 #endif // ZERO && ASSERT

Completed in 230 milliseconds

123