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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.cpp91 if (value->type()->tag() != s->stack_at(index)->type()->tag()) return false;
177 assert(stack_at(index)->as_Phi() == NULL || stack_at(index)->as_Phi()->block() != b, "phi function already created");
179 ValueType* t = stack_at(index)->type();
H A Dc1_ValueStack.hpp132 Value stack_at(int i) const { function in class:ValueStack
140 Value x = stack_at(i);
261 index < temp_var && (value = state->stack_at(index), true); \
H A Dc1_Instruction.cpp777 TRACE_PHI(tty->print_cr("creating phi-function %c%d for stack %d", new_state->stack_at(index)->type()->tchar(), new_state->stack_at(index)->id(), index));
833 Value new_value = new_state->stack_at(index);
838 TRACE_PHI(tty->print_cr("creating phi-function %c%d for stack %d", existing_state->stack_at(index)->type()->tchar(), existing_state->stack_at(index)->id(), index));
971 return state->stack_at(stack_index());
H A Dc1_Optimizer.cpp156 Value sux_phi = sux_state->stack_at(if_state->stack_size());
161 Value t_value = t_goto->state()->stack_at(if_state->stack_size());
162 Value f_value = f_goto->state()->stack_at(if_state->stack_size());
361 assert(sux_value == end_state->stack_at(index), "stack not equal");
H A Dc1_GraphBuilder.cpp1728 receiver = state()->stack_at(index);
3715 recv = state()->stack_at(args_base);
3890 ValueType* type = state()->stack_at(args_base)->type();
3930 Value obj = state()->stack_at(args_base);
3943 Value obj = state()->stack_at(args_base + receiver_skip + j);
H A Dc1_LIRGenerator.cpp1032 move_to_phi(&resolver, cur_state->stack_at(index), sux_value);
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp272 VerificationType stack_at(int index) { function in class:StackMapFrame
H A Dverifier.cpp286 frame->stack_at(index));
296 frame->stack_at(index));

Completed in 71 milliseconds