Home | History | Annotate | Download | only in x64

Lines Matching refs:output_

248   output_ = new FrameDescription*[1];
249 output_[0] = new(output_frame_size) FrameDescription(
251 output_[0]->SetFrameType(StackFrame::JAVA_SCRIPT);
258 output_[0]->SetFrameSlot(output_offset, 0);
300 output_[0]->SetFrameSlot(output_offset, input_->GetFrameSlot(input_offset));
312 delete output_[0];
313 output_[0] = input_;
314 output_[0]->SetPc(reinterpret_cast<intptr_t>(from_));
317 output_[0]->SetRegister(rbp.code(), input_->GetRegister(rbp.code()));
318 output_[0]->SetRegister(rsi.code(), input_->GetRegister(rsi.code()));
323 output_[0]->SetPc(pc);
327 output_[0]->SetContinuation(
335 PrintF(" => pc=0x%0" V8PRIxPTR "]\n", output_[0]->GetPc());
359 ASSERT(output_[frame_index] == NULL);
360 output_[frame_index] = output_frame;
365 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
378 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
388 intptr_t value = output_[frame_index - 1]->GetFp();
462 ASSERT(output_[frame_index] == NULL);
463 output_[frame_index] = output_frame;
468 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
481 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
491 intptr_t value = output_[frame_index - 1]->GetFp();
503 value = output_[frame_index - 1]->GetContext();
587 ASSERT(output_[frame_index] == NULL);
588 output_[frame_index] = output_frame;
600 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
628 value = output_[frame_index - 1]->GetPc();
646 value = output_[frame_index - 1]->GetFp();