Searched refs:this_type (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp190 VerificationType this_type = verifier()->current_type(); local
197 if (locals()[i] == this_type && target->locals()[i] != top) {
203 if (stack()[i] == this_type && target->stack()[i] != top) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dconnode.cpp834 const TypeLong* this_type = this->type()->is_long(); local
843 if (in_type != NULL && this_type != NULL &&
844 (in_type->_lo != this_type->_lo ||
845 in_type->_hi != this_type->_hi)) {
852 jlong lo1 = this_type->_lo;
853 jlong hi1 = this_type->_hi;
854 int w1 = this_type->_widen;
874 // Note: this_type still has old type value, for the logic below.
913 const TypeLong* tz = this_type;
H A Dmemnode.cpp1109 const Type* this_type = bottom_type(); local
1113 phi->as_Phi()->is_same_inst_field(this_type, this_id, this_index, this_offset)) {
1341 const Type* this_type = this->bottom_type(); local
1346 Node *phi = new (igvn->C) PhiNode(region, this_type, NULL, this_iid, this_index, this_offset);

Completed in 52 milliseconds