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

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.cpp90 for_each_stack_value(this, index, value) { function
H A Dc1_CFGPrinter.cpp155 for_each_stack_value(state, index, value) { function
H A Dc1_ValueStack.hpp257 #define for_each_stack_value(state, index, value) \ macro
H A Dc1_Instruction.cpp793 for_each_stack_value(new_state, index, new_value) { function
838 for_each_stack_value(existing_state, index, existing_value) { function
850 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 167 milliseconds