Searched refs:contended_phi_rawmem (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmacro.cpp1185 Node *contended_phi_rawmem; local
1188 contended_phi_rawmem = mem;
1191 contended_phi_rawmem = new (C) PhiNode(contended_region, Type::MEMORY, TypeRawPtr::BOTTOM);
1195 contended_phi_rawmem->init_req(fall_in_path, mem);
1197 transform_later(contended_phi_rawmem);
1203 ? new (C) LoadPNode (ctrl, contended_phi_rawmem, eden_top_adr, TypeRawPtr::BOTTOM, TypeRawPtr::BOTTOM)
1204 : new (C) LoadPLockedNode(contended_region, contended_phi_rawmem, eden_top_adr);
1237 i_o = prefetch_allocation(i_o, needgc_false, contended_phi_rawmem,
1250 new (C) StorePNode(needgc_false, contended_phi_rawmem, eden_top_adr,
1257 new (C) StorePConditionalNode(needgc_false, contended_phi_rawmem, eden_top_ad
1608 prefetch_allocation(Node* i_o, Node*& needgc_false, Node*& contended_phi_rawmem, Node* old_eden_top, Node* new_eden_top, Node* length) argument
[all...]
H A Dmacro.hpp115 Node*& needgc_false, Node*& contended_phi_rawmem,

Completed in 35 milliseconds