Home | History | Annotate | Download | only in arm

Lines Matching refs:output_count_

270   output_count_ = 1;
380 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
478 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
607 bool is_topmost = (output_count_ - 1 == frame_index);
608 ASSERT(frame_index >= 0 && frame_index < output_count_);