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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_FpuStackSim_x86.cpp40 int FpuStackSim::regs_at(int i) const { function in class:FpuStackSim
78 assert(regs_at(tos_index()) == rnr, "rnr is not on TOS");
86 assert(regs_at(stack_size()) == EMPTY, "should be empty");
94 int t = regs_at(tos_index() - offset);
95 set_regs_at(tos_index() - offset, regs_at(tos_index()));
102 if (regs_at(i) == rnr) {
112 return regs_at(tos_index() - tos_offset);
125 assert(regs_at(i) != new_rnr, "should not see old occurrences of new_rnr on the stack");
126 if (regs_at(i) == old_rnr) {
137 if (regs_at(
[all...]

Completed in 29 milliseconds