Lines Matching refs:output_
483 output_(nullptr),
565 DCHECK(input_ == nullptr && output_ == nullptr);
573 if (output_[i] != input_) delete output_[i];
575 delete[] output_;
577 output_ = nullptr;
856 DCHECK_NULL(output_);
857 output_ = new FrameDescription*[count];
859 output_[i] = nullptr;
901 total_output_frame_size += output_[frame_index]->GetFrameSize();
904 FrameDescription* topmost = output_[count - 1];
985 CHECK_NULL(output_[frame_index]);
986 output_[frame_index] = output_frame;
1020 : output_[frame_index - 1]->GetTop() - output_frame_size;
1057 frame_writer.PushApprovedCallerPc(output_[frame_index - 1]->GetPc());
1065 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp();
1081 : output_[frame_index - 1]->GetConstantPool();
1115 ? output_[frame_index - 1]->parameter_count()
1253 CHECK_NULL(output_[frame_index]);
1287 output_[frame_index - 1]->GetTop() - output_frame_size;
1290 output_frame->SetPc(output_[frame_index - 1]->GetPc());
1291 output_frame->SetFp(output_[frame_index - 1]->GetFp());
1292 output_[frame_index] = output_frame;
1350 DCHECK_NULL(output_[frame_index]);
1351 output_[frame_index] = output_frame;
1356 output_[frame_index - 1]->GetTop() - output_frame_size;
1376 const intptr_t caller_pc = output_[frame_index - 1]->GetPc();
1380 const intptr_t caller_fp = output_[frame_index - 1]->GetFp();
1392 const intptr_t caller_cp = output_[frame_index - 1]->GetConstantPool();
1695 output_[frame_index] = output_frame;
1702 : output_[frame_index - 1]->GetTop() - output_frame_size;
1791 frame_writer.PushApprovedCallerPc(output_[frame_index - 1]->GetPc());
1796 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp();
1808 : output_[frame_index - 1]->GetConstantPool();