Searched defs:first_ind (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.cpp456 uint first_ind = spobj->first_index(); local
457 Node* fld_node = mcall->in(first_ind);
468 fld_node = mcall->in(first_ind+j);
H A Dmacro.cpp721 uint first_ind = sfpt->req(); local
726 first_ind, nfields);
H A Doutput.cpp643 uint first_ind = spobj->first_index(); local
645 Node* fld_node = sfpt->in(first_ind+i);
919 uint first_ind = spobj->first_index(); local
921 Node* fld_node = sfn->in(first_ind+i);

Completed in 1501 milliseconds