Searched refs:make_ptr (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.hpp72 static BasicHashtableEntry<F>* make_ptr(BasicHashtableEntry<F>* p) { function in class:BasicHashtableEntry
77 return make_ptr(_next);
/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.cpp119 entry = (HashtableEntry<Symbol*, mtSymbol>*)HashtableEntry<Symbol*, mtSymbol>::make_ptr(*p);
560 entry = (HashtableEntry<Symbol*, mtSymbol>*)HashtableEntry<Symbol*, mtSymbol>::make_ptr(*p);
771 entry = (HashtableEntry<oop, mtSymbol>*)HashtableEntry<oop, mtSymbol>::make_ptr(*p);
801 entry = (HashtableEntry<oop, mtSymbol>*)HashtableEntry<oop, mtSymbol>::make_ptr(*p);
/openjdk7/hotspot/src/share/vm/opto/
H A Dmachnode.cpp274 adr_type = t_index->make_ptr()->add_offset(offset);
353 t = t->make_ptr();
H A Descape.cpp290 if (t->make_ptr() != NULL) {
427 if (t->make_ptr() != NULL) {
466 adr_type = adr_type->make_ptr();
603 if (t->make_ptr() != NULL) {
614 if (t->make_ptr() != NULL) {
659 adr_type = adr_type->make_ptr();
1794 if (t1->make_ptr() == t2->make_ptr()) {
2870 tn_t = tn_type->make_ptr()->isa_oopptr();
H A Dtype.cpp536 const TypePtr* this_ptr = this->make_ptr(); // In case it is narrow_oop
537 const TypePtr* t_ptr = t->make_ptr();
558 const Type* result = make_ptr()->meet(t->make_ptr());
1930 toop = _elem->make_ptr()->isa_oopptr();
1940 tinst = _elem->make_ptr()->isa_instptr();
1947 tap = _elem->make_ptr()->isa_aryptr();
3780 const Type* result = _ptrtype->xmeet(t->make_ptr());
3881 el = el->make_ptr();
H A Dcfgnode.cpp918 const TypePtr* ttp = _type->make_ptr();
944 const TypePtr* tip = ti->make_ptr();
1004 const TypePtr *jtp = jt->make_ptr();
1012 ft->isa_narrowoop() && ft->make_ptr() == ttip->cast_to_ptr_type(jtip->ptr()), "");
1021 ft->isa_narrowoop() && ft->make_ptr() == ttkp->cast_to_ptr_type(jtkp->ptr()), "");
H A Dtype.hpp256 const TypePtr* make_ptr() const;
1282 inline const TypePtr* Type::make_ptr() const {
H A Dsubnode.cpp864 const TypePtr *r0 = t1->make_ptr(); // Handy access
865 const TypePtr *r1 = t2->make_ptr();
H A Dchaitin.cpp1538 derived->bottom_type()->make_ptr()->is_ptr()->_offset == 0, "sanity");
1695 derived->bottom_type()->make_ptr()->is_ptr()->_offset == 0, "sanity");
H A Dcallnode.cpp354 st->print(" %s%d]=#Ptr" INTPTR_FORMAT,msg,i,t->make_ptr()->isa_oopptr()->const_oop());
H A Dconnode.cpp590 return t->make_ptr();
H A Dnode.cpp1391 const TypePtr* tp = this->bottom_type()->make_ptr();
H A Dloopopts.cpp518 const TypeOopPtr *tp = phi->type()->make_ptr()->isa_oopptr();
H A Dmatcher.cpp1996 const TypePtr* tp = tn->type()->make_ptr();
H A Doutput.cpp737 array->append(new ConstantOopWriteValue(t->make_ptr()->isa_oopptr()->const_oop()->constant_encoding()));
H A Dparse2.cpp85 const Type* el = elemtype->make_ptr();
H A Dmemnode.cpp922 return new (C) DecodeNNode(load, load->bottom_type()->make_ptr());
1922 return new (C) DecodeNNode(load_klass, load_klass->bottom_type()->make_ptr());
H A Dcompile.cpp2598 m->bottom_type()->make_ptr() == t) {

Completed in 208 milliseconds