Searched refs:may_modify (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp560 virtual bool may_modify(const TypePtr *addr_t, PhaseTransform *phase);
783 virtual bool may_modify(const TypePtr *addr_t, PhaseTransform *phase) { return false;} function in class:AllocateNode
921 virtual bool may_modify(const TypePtr *addr_t, PhaseTransform *phase){ return false;} function in class:AbstractLockNode
H A Dcallnode.cpp661 bool CallNode::may_modify(const TypePtr *addr_t, PhaseTransform *phase) { function in class:CallNode
H A Dmacro.cpp324 if (!call->may_modify(tinst, phase)) {
H A Dmemnode.cpp125 if (!call->may_modify(t_adr, phase)) {
586 if (!call->may_modify(addr_t, phase)) {
H A Descape.cpp2541 if (!call->may_modify(toop, igvn)) {

Completed in 75 milliseconds