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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp728 static ciType* phi_declared_type(Phi* phi) { function
756 src_declared_type = as_array_klass(phi_declared_type(phi));
761 dst_declared_type = as_array_klass(phi_declared_type(phi));

Completed in 43 milliseconds