Searched defs:indx (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp955 void push(Node *n, Node_State ns, Node *parent, int indx) { argument
959 _inode_top->indx = (uint)indx;
962 _inode_top->indx = (uint)ns;
H A Dnode.hpp1408 uint indx; // Index of next node's child member in struct:Node_Stack::INode
1440 top->indx = i;
1450 return _inode_top->indx;
1454 return _inodes[i].indx;
1460 _inode_top->indx = i;

Completed in 48 milliseconds