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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp245 #define temp_var temp_var2(__LINE__) macro
251 int temp_var = state->locals_size(); \
253 index < temp_var && (value = state->local_at(index), true); \
259 int temp_var = state->stack_size(); \
261 index < temp_var && (value = state->stack_at(index), true); \
266 int temp_var = state->locks_size(); \
268 index < temp_var && (value = state->lock_at(index), true); \

Completed in 30 milliseconds