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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2999 Node* allocx = _gvn.transform(alloc); local
3000 set_control( _gvn.transform(new (C) ProjNode(allocx, TypeFunc::Control) ) );
3002 set_memory ( _gvn.transform( new (C) ProjNode(allocx, TypeFunc::Memory, true) ), rawidx );
3003 make_slow_call_ex(allocx, env()->Throwable_klass(), true);
3006 Node* malloc = _gvn.transform(new (C) ProjNode(allocx, TypeFunc::Memory));
3011 set_i_o(_gvn.transform( new (C) ProjNode(allocx, TypeFunc::I_O, false) ) );
3012 Node* rawoop = _gvn.transform( new (C) ProjNode(allocx, TypeFunc::Parms) );

Completed in 43 milliseconds