Home | History | Annotate | Download | only in arm

Lines Matching refs:frame_index

363                                  int frame_index) {
389 bool is_bottommost = (0 == frame_index);
390 bool is_topmost = (output_count_ - 1 == frame_index);
391 ASSERT(frame_index >= 0 && frame_index < output_count_);
392 ASSERT(output_[frame_index] == NULL);
393 output_[frame_index] = output_frame;
405 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
415 DoTranslateCommand(iterator, frame_index, output_offset);
433 value = output_[frame_index - 1]->GetPc();
450 value = output_[frame_index - 1]->GetFp();
499 DoTranslateCommand(iterator, frame_index, output_offset);
531 if (output_count_ - 1 == frame_index) iterator->Done();