Searched refs:RawAddress (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp742 RawAddress = TypeFunc::Parms, // the newly-allocated raw address enumerator in enum:AllocateNode::__anon300
H A Dmemnode.hpp1005 RawAddress = TypeFunc::Parms+0, // the newly-allocated raw address enumerator in enum:InitializeNode::__anon350
1013 virtual const RegMask &in_RegMask(uint) const; // mask for RawAddress
H A DgraphKit.cpp3353 Node* rawoop = in(InitializeNode::RawAddress);
3365 ProjNode* rawoop = proj_out(AllocateNode::RawAddress);
3379 ProjNode* rawoop = proj_out(AllocateNode::RawAddress);
H A Dmemnode.cpp2933 // rawmem = alloc.Memory; rawoop = alloc.RawAddress
2935 // init = (Initialize alloc.Control alloc.Memory* alloc.RawAddress)
2938 // oop := (CheckCastPP init.Control alloc.RawAddress #short[])
3016 assert(in(RawAddress) == rawoop, "proper init");
3022 // on the allocation of the RawAddress edge.
3025 if (idx == InitializeNode::RawAddress)
3337 Node* addr = in(RawAddress);
3358 // rawoop = alloc.RawAddress
3435 // rawoop = alloc.RawAddress
H A Dmacro.cpp1599 init->set_req(InitializeNode::RawAddress, top());
H A Dlibrary_call.cpp4215 insert_mem_bar(Op_MemBarStoreStore, alloc->proj_out(AllocateNode::RawAddress));
4964 insert_mem_bar(Op_MemBarStoreStore, alloc->proj_out(AllocateNode::RawAddress));

Completed in 109 milliseconds