Lines Matching refs:output_

261   output_ = new FrameDescription*[1];
262 output_[0] = new(output_frame_size) FrameDescription(
264 output_[0]->SetFrameType(StackFrame::JAVA_SCRIPT);
271 output_[0]->SetFrameSlot(output_offset, 0);
313 output_[0]->SetFrameSlot(output_offset, input_->GetFrameSlot(input_offset));
325 delete output_[0];
326 output_[0] = input_;
327 output_[0]->SetPc(reinterpret_cast<uint32_t>(from_));
330 output_[0]->SetRegister(fp.code(), input_->GetRegister(fp.code()));
331 output_[0]->SetRegister(cp.code(), input_->GetRegister(cp.code()));
336 output_[0]->SetPc(pc);
339 output_[0]->SetContinuation(
347 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
371 ASSERT(output_[frame_index] == NULL);
372 output_[frame_index] = output_frame;
377 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
390 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
399 intptr_t value = output_[frame_index - 1]->GetFp();
469 ASSERT(output_[frame_index] == NULL);
470 output_[frame_index] = output_frame;
475 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
488 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
497 intptr_t value = output_[frame_index - 1]->GetFp();
508 value = output_[frame_index - 1]->GetContext();
599 ASSERT(output_[frame_index] == NULL);
600 output_[frame_index] = output_frame;
612 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
640 value = output_[frame_index - 1]->GetPc();
657 value = output_[frame_index - 1]->GetFp();
902 // Outer loop state: a0 = current "FrameDescription** output_",
905 __ lw(a0, MemOperand(a0, Deoptimizer::output_offset())); // a0 is output_.
910 __ lw(a2, MemOperand(a0, 0)); // output_[ix]