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

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp2461 //-----------------------------cast_to_exactness-------------------------------
2462 const Type *TypeOopPtr::cast_to_exactness(bool klass_is_exact) const { function in class:TypeOopPtr
2884 //-----------------------------cast_to_exactness-------------------------------
2885 const Type *TypeInstPtr::cast_to_exactness(bool klass_is_exact) const { function in class:TypeInstPtr
3369 //-----------------------------cast_to_exactness-------------------------------
3370 const Type *TypeAryPtr::cast_to_exactness(bool klass_is_exact) const { function in class:TypeAryPtr
3974 //-----------------------------cast_to_exactness-------------------------------
3975 const Type *TypeKlassPtr::cast_to_exactness(bool klass_is_exact) const { function in class:TypeKlassPtr
3991 return toop->cast_to_exactness(xk)->is_oopptr();

Completed in 54 milliseconds