Searched defs:TypeD (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.hpp47 class TypeD;
228 const TypeD *isa_double() const; // Returns NULL if not a Double{Top,Con,Bot}
229 const TypeD *is_double_constant() const; // Asserts it is a DoubleCon
230 const TypeD *isa_double_constant() const; // Returns NULL if not a DoubleCon
380 //------------------------------TypeD------------------------------------------
382 class TypeD : public Type { class in inherits:Type
383 TypeD( double d ) : Type(DoubleCon), _d(d) {}; function in class:TypeD
392 static const TypeD *make(double d);
400 static const TypeD *ZERO; // positive zero only
401 static const TypeD *ON
[all...]

Completed in 32 milliseconds