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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp769 bool _is_scalar_replaceable; // Result of Escape Analysis member in class:AllocateNode
H A Dcallnode.cpp1151 _is_scalar_replaceable = false;
H A Descape.cpp2735 alloc->as_Allocate()->_is_scalar_replaceable = true;
2773 alloc->as_Allocate()->_is_scalar_replaceable = true;
H A Dmacro.cpp950 if (!EliminateAllocations || !alloc->_is_scalar_replaceable) {
H A Dloopnode.cpp2988 } else if( n->is_Allocate() && n->as_Allocate()->_is_scalar_replaceable ) {

Completed in 71 milliseconds