Searched refs:output_count_ (Results 1 – 2 of 2) sorted by relevance
454 int output_count() const { return output_count_; } in output_count()514 return offsetof(Deoptimizer, output_count_); in output_count_offset()619 int output_count_; variable
499 output_count_(0), in Deoptimizer()605 for (int i = 0; i < output_count_; ++i) { in DeleteFrameDescriptions()887 output_count_ = static_cast<int>(count); in DoComputeOutputFrames()959 const bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeInterpretedFrame()1000 CHECK(frame_index >= 0 && frame_index < output_count_); in DoComputeInterpretedFrame()1251 CHECK(frame_index < output_count_ - 1); in DoComputeArgumentsAdaptorFrame()1334 CHECK(frame_index < output_count_ - 1); in DoComputeArgumentsAdaptorFrame()1414 const bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeConstructStubFrame()1445 DCHECK(frame_index > 0 && frame_index < output_count_); in DoComputeConstructStubFrame()1699 const bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeBuiltinContinuation()