Searched defs:stack_slot (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dlocknode.hpp74 int stack_slot() const { return _slot; } function in class:BoxLockNode
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);
/openjdk7/hotspot/src/share/vm/interpreter/
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 2372 milliseconds