Home | History | Annotate | Download | only in ia32

Lines Matching full:output_

348   output_ = new FrameDescription*[1];
349 output_[0] = new(output_frame_size) FrameDescription(
357 output_[0]->SetFrameSlot(output_offset, 0);
398 output_[0]->SetFrameSlot(output_offset, input_->GetFrameSlot(input_offset));
410 delete output_[0];
411 output_[0] = input_;
412 output_[0]->SetPc(reinterpret_cast<uint32_t>(from_));
415 output_
416 output_[0]->SetRegister(esi.code(), input_->GetRegister(esi.code()));
421 output_[0]->SetPc(pc);
425 output_[0]->SetContinuation(
433 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
468 ASSERT(output_[frame_index] == NULL);
469 output_[frame_index] = output_frame;
481 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
509 value = output_[frame_index - 1]->GetPc();
526 value = output_[frame_index - 1]->GetFp();