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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2996 int rawidx = Compile::AliasIdxRaw; local
3002 set_memory ( _gvn.transform( new (C) ProjNode(allocx, TypeFunc::Memory, true) ), rawidx );
3007 set_memory(malloc, rawidx);
3015 InitializeNode* init = insert_mem_bar_volatile(Op_Initialize, rawidx,
3028 Node* minit_out = memory(rawidx);

Completed in 752 milliseconds