Searched refs:output_count_ (Results 1 – 2 of 2) sorted by relevance
528 output_count_(0), in Deoptimizer()614 for (int i = 0; i < output_count_; ++i) { in DeleteFrameDescriptions()750 output_count_ = static_cast<int>(count); in DoComputeOutputFrames()794 int index = output_count_ - 1; // Index of the topmost frame. in DoComputeOutputFrames()845 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeJSFrame()846 CHECK(frame_index >= 0 && frame_index < output_count_); in DoComputeJSFrame()1064 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeInterpretedFrame()1065 CHECK(frame_index >= 0 && frame_index < output_count_); in DoComputeInterpretedFrame()1274 CHECK(frame_index > 0 && frame_index < output_count_ - 1); in DoComputeArgumentsAdaptorFrame()1382 DCHECK(frame_index > 0 && frame_index < output_count_ - 1); in DoComputeConstructStubFrame()[all …]
450 int output_count() const { return output_count_; } in output_count()534 return OFFSET_OF(Deoptimizer, output_count_); in output_count_offset()673 int output_count_; variable