Home | History | Annotate | Download | only in x64

Lines Matching refs:frame_index

432                                  int frame_index) {
458 bool is_bottommost = (0 == frame_index);
459 bool is_topmost = (output_count_ - 1 == frame_index);
460 ASSERT(frame_index >= 0 && frame_index < output_count_);
461 ASSERT(output_[frame_index] == NULL);
462 output_[frame_index] = output_frame;
474 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
484 DoTranslateCommand(iterator, frame_index, output_offset);
502 value = output_[frame_index - 1]->GetPc();
520 value = output_[frame_index - 1]->GetFp();
568 DoTranslateCommand(iterator, frame_index, output_offset);
595 if (output_count_ - 1 == frame_index) iterator->Done();