Home | History | Annotate | Download | only in arm

Lines Matching refs:output_

271   output_ = new FrameDescription*[1];
272 output_[0] = new(output_frame_size) FrameDescription(
274 output_[0]->SetFrameType(StackFrame::JAVA_SCRIPT);
281 output_[0]->SetFrameSlot(output_offset, 0);
323 output_[0]->SetFrameSlot(output_offset, input_->GetFrameSlot(input_offset));
335 delete output_[0];
336 output_[0] = input_;
337 output_[0]->SetPc(reinterpret_cast<uint32_t>(from_));
340 output_[0]->SetRegister(fp.code(), input_->GetRegister(fp.code()));
341 output_[0]->SetRegister(cp.code(), input_->GetRegister(cp.code()));
346 output_[0]->SetPc(pc);
349 output_[0]->SetContinuation(
357 PrintF(" => pc=0x%0x]\n", output_[0]->GetPc());
381 ASSERT(output_[frame_index] == NULL);
382 output_[frame_index] = output_frame;
387 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
400 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
409 intptr_t value = output_[frame_index - 1]->GetFp();
479 ASSERT(output_[frame_index] == NULL);
480 output_[frame_index] = output_frame;
485 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
498 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
507 intptr_t value = output_[frame_index - 1]->GetFp();
518 value = output_[frame_index - 1]->GetContext();
609 ASSERT(output_[frame_index] == NULL);
610 output_[frame_index] = output_frame;
622 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
650 value = output_[frame_index - 1]->GetPc();
667 value = output_[frame_index - 1]->GetFp();
911 // Outer loop state: r0 = current "FrameDescription** output_",
914 __ ldr(r0, MemOperand(r0, Deoptimizer::output_offset())); // r0 is output_.
918 __ ldr(r2, MemOperand(r0, 0)); // output_[ix]