Lines Matching refs:output_

127     FrameDescription* frame = output_[frame_index];  in ConvertJSFrameIndexToFrameIndex()
186 deoptimizer->output_[frame_index - 1]->GetFrameType() == in DebuggerInspectableFrame()
192 deoptimizer->output_[frame_index - construct_offset]->GetFrameType() == in DebuggerInspectableFrame()
530 output_(nullptr), in Deoptimizer()
606 DCHECK(input_ == NULL && output_ == NULL); in ~Deoptimizer()
615 if (output_[i] != input_) delete output_[i]; in DeleteFrameDescriptions()
617 delete[] output_; in DeleteFrameDescriptions()
619 output_ = NULL; in DeleteFrameDescriptions()
745 DCHECK(output_ == NULL); in DoComputeOutputFrames()
746 output_ = new FrameDescription*[count]; in DoComputeOutputFrames()
748 output_[i] = NULL; in DoComputeOutputFrames()
803 output_[index]->GetPc(), in DoComputeOutputFrames()
806 output_[index]->GetState()->value())), in DoComputeOutputFrames()
847 CHECK_NULL(output_[frame_index]); in DoComputeJSFrame()
848 output_[frame_index] = output_frame; in DoComputeJSFrame()
870 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeJSFrame()
900 value = output_[frame_index - 1]->GetPc(); in DoComputeJSFrame()
914 value = output_[frame_index - 1]->GetFp(); in DoComputeJSFrame()
935 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeJSFrame()
966 reinterpret_cast<Address>(output_[frame_index]->GetTop()) + in DoComputeJSFrame()
1066 CHECK_NULL(output_[frame_index]); in DoComputeInterpretedFrame()
1067 output_[frame_index] = output_frame; in DoComputeInterpretedFrame()
1082 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeInterpretedFrame()
1113 value = output_[frame_index - 1]->GetPc(); in DoComputeInterpretedFrame()
1127 value = output_[frame_index - 1]->GetFp(); in DoComputeInterpretedFrame()
1149 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeInterpretedFrame()
1275 CHECK(output_[frame_index] == NULL); in DoComputeArgumentsAdaptorFrame()
1276 output_[frame_index] = output_frame; in DoComputeArgumentsAdaptorFrame()
1281 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeArgumentsAdaptorFrame()
1295 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeArgumentsAdaptorFrame()
1301 intptr_t value = output_[frame_index - 1]->GetFp(); in DoComputeArgumentsAdaptorFrame()
1310 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeArgumentsAdaptorFrame()
1383 DCHECK(output_[frame_index] == NULL); in DoComputeConstructStubFrame()
1384 output_[frame_index] = output_frame; in DoComputeConstructStubFrame()
1389 top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeConstructStubFrame()
1407 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeConstructStubFrame()
1413 intptr_t value = output_[frame_index - 1]->GetFp(); in DoComputeConstructStubFrame()
1422 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeConstructStubFrame()
1430 value = output_[frame_index - 1]->GetContext(); in DoComputeConstructStubFrame()
1523 CHECK_NULL(output_[frame_index]); in DoComputeAccessorStubFrame()
1524 output_[frame_index] = output_frame; in DoComputeAccessorStubFrame()
1528 intptr_t top_address = output_[frame_index - 1]->GetTop() - output_frame_size; in DoComputeAccessorStubFrame()
1535 intptr_t callers_pc = output_[frame_index - 1]->GetPc(); in DoComputeAccessorStubFrame()
1541 intptr_t value = output_[frame_index - 1]->GetFp(); in DoComputeAccessorStubFrame()
1550 value = output_[frame_index - 1]->GetConstantPool(); in DoComputeAccessorStubFrame()
1558 value = output_[frame_index - 1]->GetContext(); in DoComputeAccessorStubFrame()
1680 output_[frame_index] = output_frame; in DoComputeCompiledStubFrame()
1938 reinterpret_cast<Address>(output_[frame_index]->GetTop()) + in WriteTranslatedValueToOutput()
1955 output_[frame_index]->SetFrameSlot(output_offset, in WriteValueToOutput()
1972 reinterpret_cast<Address>(output_[frame_index]->GetTop()) + in DebugPrintOutputSlot()
2501 FrameDescription* output_frame = deoptimizer->output_[frame_index]; in DeoptimizedFrameInfo()
2522 output_frame = deoptimizer->output_[frame_index - 1]; in DeoptimizedFrameInfo()