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

/openjdk7/hotspot/src/share/vm/opto/
H A Dgcm.cpp212 // Use local variables nstack_top_n & nstack_top_i to cache values
215 uint nstack_top_i = 0; local
220 uint i = nstack_top_i;
253 nstack_top_i = 0;
280 nstack_top_i = nstack.index();
H A Dloopnode.cpp3014 // Use local variables nstack_top_n & nstack_top_i to cache values
3017 uint nstack_top_i = 0; local
3022 uint i = nstack_top_i;
3079 nstack_top_i = 0;
3107 nstack_top_i = nstack.index();

Completed in 45 milliseconds