Home | History | Annotate | Download | only in x64

Lines Matching refs:output_count_

247   output_count_ = 1;
358 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
461 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
585 bool is_topmost = (output_count_ - 1 == frame_index);
586 ASSERT(frame_index >= 0 && frame_index < output_count_);