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

/openjdk7/hotspot/test/compiler/5091921/
H A DTest5091921.java37 /* Test for the bug of transforming indx >= MININT to indx > MININT-1 */
39 int indx;
41 for (indx = 500; indx >= limit; indx -= 2) {
42 sum += 2000 / indx;
48 /* Test for the bug of transforming indx <= MAXINT to indx < MAXINT+1 */
50 int indx;
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.hpp177 debug_only(OopMapValue::oop_types locs_used( int indx ) { return _locs_used[indx]; })
/openjdk7/hotspot/src/share/vm/opto/
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;
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;

Completed in 39 milliseconds