Searched refs:tos_index (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp72 set_regs_at(tos_index(), EMPTY);
78 assert(regs_at(tos_index()) == rnr, "rnr is not on TOS");
79 set_regs_at(tos_index(), EMPTY);
94 int t = regs_at(tos_index() - offset);
95 set_regs_at(tos_index() - offset, regs_at(tos_index()));
96 set_regs_at(tos_index(), t);
101 for (int i = tos_index(); i >= 0; i--) {
103 return tos_index() - i;
112 return regs_at(tos_index()
[all...]
H A Dc1_FpuStackSim_x86.hpp39 int tos_index() const { return _stack_size - 1; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 29 milliseconds