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

/openjdk7/hotspot/src/share/vm/opto/
H A Doptoreg.hpp121 int stack_slot = reg2stack(n); local
122 if (stack_slot < arg_count) {
123 return VMRegImpl::stack2reg(stack_slot + frame_size);
125 return VMRegImpl::stack2reg(stack_slot - arg_count);
H A Dlocknode.hpp74 int stack_slot() const { return _slot; } function in class:BoxLockNode
H A Dcallnode.cpp1651 int stk_slot = box->stack_slot();
1674 if ((box_node->stack_slot() < stk_slot) && obj_node->eqv_uncast(obj)) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp536 static address stack_slot(intptr_t *tos, int offset);
H A DbytecodeInterpreter.cpp2852 address BytecodeInterpreter::stack_slot(intptr_t *tos, int offset) { function in class:BytecodeInterpreter
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp1198 int stack_slot = LinearScan::nof_regs + (move->in_opr()->is_single_stack() ? move->in_opr()->single_stack_ix() : move->in_opr()->double_stack_ix()); local
1199 interval->set_canonical_spill_slot(stack_slot);
1200 interval->assign_reg(stack_slot);

Completed in 83 milliseconds