Searched refs:output_count_ (Results 1 – 5 of 5) sorted by relevance
108 int output_count() const { return output_count_; } in output_count()185 return OFFSET_OF(Deoptimizer, output_count_); in output_count_offset()282 int output_count_; variable
219 output_count_(0), in Deoptimizer()265 for (int i = 0; i < output_count_; ++i) { in DeleteFrameDescriptions()393 output_count_ = count; in DoComputeOutputFrames()403 int index = output_count_ - 1; // Index of the topmost frame. in DoComputeOutputFrames()
269 output_count_ = 1; in DoComputeOsrOutputFrame()390 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeFrame()391 ASSERT(frame_index >= 0 && frame_index < output_count_); in DoComputeFrame()531 if (output_count_ - 1 == frame_index) iterator->Done(); in DoComputeFrame()
339 output_count_ = 1; in DoComputeOsrOutputFrame()459 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeFrame()460 ASSERT(frame_index >= 0 && frame_index < output_count_); in DoComputeFrame()595 if (output_count_ - 1 == frame_index) iterator->Done(); in DoComputeFrame()
347 output_count_ = 1; in DoComputeOsrOutputFrame()466 bool is_topmost = (output_count_ - 1 == frame_index); in DoComputeFrame()467 ASSERT(frame_index >= 0 && frame_index < output_count_); in DoComputeFrame()599 if (output_count_ - 1 == frame_index) iterator->Done(); in DoComputeFrame()