Home | History | Annotate | Download | only in x87

Lines Matching refs:stack_depth_

524   int layout = stack_depth_;
525 for (int i = 0; i < stack_depth_; i++) {
526 layout |= (stack_[stack_depth_ - 1 - i].code() << ((i + 1) * 3));
535 DCHECK(Contains(reg) && stack_depth_ > other_slot);
557 return stack_depth_ - pos - 1;
562 for (int i = 0; i < stack_depth_; i++) {
571 for (int i = 0; i < stack_depth_; i++) {
663 stack_[stack_depth_] = reg;
670 DCHECK(!Contains(reg) && stack_[stack_depth_].is(reg) &&
671 stack_depth_ < X87Register::kMaxNumAllocatableRegisters);
672 stack_depth_++;
686 if (stack_depth_ > 0 && instr->ClobbersDoubleRegisters(isolate())) {
690 for (int i = stack_depth_-1; i >= 0; i--) {
698 if (i < stack_depth_-1) i++;
702 while (stack_depth_ > 0) {
704 stack_depth_--;
716 // stacks have the same layout. So don't check stack_depth_ <= 1 here.
744 stack_depth_ = 0;