Searched refs:_adr_type (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.hpp44 const TypePtr* _adr_type; // What kind of memory is being addressed? member in class:MemNode
58 debug_only(_adr_type=at; adr_type();)
63 debug_only(_adr_type=at; adr_type();)
68 debug_only(_adr_type=at; adr_type();)
99 return _adr_type;
650 const TypePtr* _adr_type; // What kind of memory is being addressed? member in class:LoadStoreNode
659 virtual const class TypePtr *adr_type() const { return _adr_type; } // returns bottom_type of address
897 const TypePtr* _adr_type; member in class:MemBarNode
905 virtual const class TypePtr *adr_type() const { return _adr_type; }
H A Dcfgnode.hpp121 const TypePtr* const _adr_type; // non-null only for Type::MEMORY nodes. member in class:PhiNode
126 // Size is bigger to hold the _adr_type field.
145 _adr_type(at),
188 virtual const TypePtr *adr_type() const { verify_adr_type(true); return _adr_type; }
H A Dcallnode.hpp327 _adr_type(adr_type)
334 const TypePtr* _adr_type; // What type of memory does this node produce? member in class:SafePointNode
431 virtual const TypePtr *adr_type() const { return _adr_type; }
642 _adr_type = adr_type;
H A Dcfgnode.cpp712 // note that these functions assume that the _adr_type field is flattened
714 const Type* at = _adr_type;
718 return TypeNode::cmp(n) && _adr_type == ((PhiNode&)n)._adr_type;
757 *(const TypePtr**)&mem->_adr_type = adr_type;
838 assert(_adr_type == at || _adr_type == TypePtr::BOTTOM,
866 assert((_type == Type::MEMORY) == (_adr_type != NULL), "adr_type for memory phis only");
870 assert(_adr_type == flatten_phi_adr_type(_adr_type),
[all...]
H A Dcompile.hpp120 const TypePtr* _adr_type; // normalized address type member in class:Compile::AliasType
130 const TypePtr* adr_type() const { return _adr_type; }
150 struct AliasCacheEntry { const TypePtr* _adr_type; int _index; }; // simple duple type member in struct:Compile::AliasCacheEntry
H A Dmachnode.hpp635 const TypePtr* _adr_type; // memory effects of call or return member in class:MachReturnNode
638 _adr_type = TypePtr::BOTTOM; // the default: all of memory
641 void set_adr_type(const TypePtr* atp) { _adr_type = atp; }
H A Dmachnode.cpp580 return _adr_type;
H A Dcompile.cpp1495 _adr_type = at;
1569 if (ace->_adr_type == adr_type) {
1654 ace->_adr_type = adr_type;
1660 if (face->_adr_type == NULL) {
1661 face->_adr_type = flat;
1685 if (ace->_adr_type == adr_type) {
H A Dmemnode.cpp54 DEBUG_ONLY(cross_check = _adr_type);
63 const TypePtr* _adr_type = NULL; local
65 _adr_type = in(Address)->bottom_type()->isa_ptr();
67 dump_adr_type(this, _adr_type, st);
70 if( C->alias_type(_adr_type)->is_volatile() )
2580 _adr_type(at)
2816 _adr_type(C->get_adr_type(alias_idx))

Completed in 94 milliseconds