Searched refs:ary_must_be_exact (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp1920 //--------------------------ary_must_be_exact----------------------------------
1921 bool TypeAry::ary_must_be_exact() const { function in class:TypeAry
1951 return tap->ary()->ary_must_be_exact();
3345 if (!xk) xk = ary->ary_must_be_exact();
3356 if (!xk) xk = (o != NULL) || ary->ary_must_be_exact();
3373 if (_ary->ary_must_be_exact()) return this; // cannot clear xk
H A Dtype.hpp580 bool ary_must_be_exact() const; // true if arrays of such are never generic

Completed in 50 milliseconds