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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp550 AllocateNode* st_alloc = st_init->allocation(); local
551 if (st_alloc == NULL)
555 if (alloc == st_alloc)
559 else if (all_controls_dominate(this, st_alloc))
568 mem = st_alloc->in(TypeFunc::Memory);

Completed in 43 milliseconds