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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp219 const TypePtr* tptr; local
222 tptr = base->get_ptr_type();
225 tptr = base->bottom_type()->is_ptr();
228 if( offset == Type::OffsetBot || tptr->_offset == Type::OffsetBot )
230 offset += tptr->_offset; // correct if base is offseted
H A Dtype.cpp2279 enum PTR tptr = t->is_ptr()->ptr(); local
2280 enum PTR ptr = meet_ptr( tptr );
2282 if( tptr == Constant && _ptr != Constant) return t;
2283 if( _ptr == Constant && tptr != Constant) return this;
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwutil.c3187 png_bytep tptr; local
3189 tptr = png_ptr->prev_row;
3191 png_ptr->row_buf = tptr;

Completed in 56 milliseconds