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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp1098 void FpuStackAllocator::merge_cleanup_fpu_stack(LIR_List* instrs, FpuStackSim* cur_sim, BitMap& live_fpu_regs) { argument
1103 tty->print(" live: "); live_fpu_regs.print_on(tty); tty->cr();
1110 if (!live_fpu_regs.at(reg)) {
1123 tty->print(" live: "); live_fpu_regs.print_on(tty); tty->cr();
1128 for (unsigned int i = 0; i < live_fpu_regs.size(); i++) {
1129 if (live_fpu_regs.at(i) != cur_sim->contains(i)) {
1174 BitMap live_fpu_regs = block->sux_at(0)->fpu_register_usage(); local
1175 assert(live_fpu_regs.size() == FrameMap::nof_fpu_regs, "missing register usage");
1177 merge_cleanup_fpu_stack(instrs, cur_sim, live_fpu_regs);
H A Dc1_LinearScan_x86.hpp181 void merge_cleanup_fpu_stack(LIR_List* instrs, FpuStackSim* cur_sim, BitMap& live_fpu_regs);

Completed in 35 milliseconds