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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp186 // Create a simple Type, with default empty symbol sets. Then hashcons it
189 return (new Type(t))->hashcons();
470 //------------------------------hashcons---------------------------------------
474 const Type *Type::hashcons(void) { function in class:Type
850 return (TypeF*)(new TypeF(f))->hashcons();
966 return (TypeD*)(new TypeD(d))->hashcons();
1099 return (TypeInt*)(new TypeInt(lo,lo,WidenMin))->hashcons();
1117 return (TypeInt*)(new TypeInt(lo,hi,w))->hashcons();
1354 return (TypeLong*)(new TypeLong(lo,lo,WidenMin))->hashcons();
1372 return (TypeLong*)(new TypeLong(lo,hi,w))->hashcons();
[all...]

Completed in 43 milliseconds