Home | History | Annotate | Download | only in src

Lines Matching refs:output_

121     FrameDescription* frame = output_[frame_index];
492 output_(nullptr),
580 DCHECK(input_ == NULL && output_ == NULL);
589 if (output_[i] != input_) delete output_[i];
591 delete[] output_;
593 output_ = NULL;
792 DCHECK(output_ == NULL);
793 output_ = new FrameDescription*[count];
795 output_[i] = NULL;
852 bailout_id_, node_id.ToInt(), output_[index]->GetPc(),
854 output_[index]->GetState()->value())),
903 CHECK_NULL(output_[frame_index]);
904 output_[frame_index] = output_frame;
912 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
937 value = output_[frame_index - 1]->GetPc();
950 value = output_[frame_index - 1]->GetFp();
969 value = output_[frame_index - 1]->GetConstantPool();
1011 reinterpret_cast<Address>(output_[frame_index]->GetTop()) +
1128 CHECK_NULL(output_[frame_index]);
1129 output_[frame_index] = output_frame;
1137 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
1163 value = output_[frame_index - 1]->GetPc();
1176 value = output_[frame_index - 1]->GetFp();
1195 value = output_[frame_index - 1]->GetConstantPool();
1344 CHECK(output_[frame_index] == NULL);
1345 output_[frame_index] = output_frame;
1353 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
1371 value = output_[frame_index - 1]->GetPc();
1381 value = output_[frame_index - 1]->GetFp();
1394 value = output_[frame_index - 1]->GetConstantPool();
1545 DCHECK(output_[frame_index] == NULL);
1546 output_[frame_index] = output_frame;
1551 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
1569 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
1575 intptr_t value = output_[frame_index - 1]->GetFp();
1588 value = output_[frame_index - 1]->GetConstantPool();
1603 value = output_[frame_index - 1]->GetContext();
1730 CHECK_NULL(output_[frame_index]);
1731 output_[frame_index] = output_frame;
1735 intptr_t top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
1742 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
1748 intptr_t value = output_[frame_index - 1]->GetFp();
1761 value = output_[frame_index - 1]->GetConstantPool();
1788 value = output_[frame_index - 1]->GetContext();
1923 output_[frame_index] = output_frame;
2125 reinterpret_cast<Address>(output_[frame_index]->GetTop()) +
2142 output_[frame_index]->SetFrameSlot(output_offset,
2159 reinterpret_cast<Address>(output_[frame_index]->GetTop()) +