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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp230 // for_each_stack_value(state, index, value {
258 #define for_each_stack_value(state, index, value) \ macro
295 for_each_stack_value(cur_state, cur_index, v_value) { \
318 for_each_stack_value(cur_state, cur_index, value) { \
H A Dc1_CFGPrinter.cpp199 for_each_stack_value(state, index, value) { function
H A Dc1_ValueStack.cpp90 for_each_stack_value(this, index, value) { function
H A Dc1_Instruction.cpp786 for_each_stack_value(new_state, index, new_value) { function
831 for_each_stack_value(existing_state, index, existing_value) { function
843 for_each_stack_value(existing_state, index, existing_value) { function
H A Dc1_Optimizer.cpp359 for_each_stack_value(sux_state, index, sux_value) { function
H A Dc1_LIRGenerator.cpp423 for_each_stack_value(s, index, value) { function
1044 for_each_stack_value(sux_state, index, sux_value) { function

Completed in 115 milliseconds