Home | History | Annotate | Download | only in arm

Lines Matching refs:frame_index

363                                                  int frame_index) {
380 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
381 ASSERT(output_[frame_index] == NULL);
382 output_[frame_index] = output_frame;
387 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
395 DoTranslateCommand(iterator, frame_index, output_offset);
400 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
409 intptr_t value = output_[frame_index - 1]->GetFp();
459 int frame_index) {
478 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
479 ASSERT(output_[frame_index] == NULL);
480 output_[frame_index] = output_frame;
485 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
493 DoTranslateCommand(iterator, frame_index, output_offset);
498 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
507 intptr_t value = output_[frame_index - 1]->GetFp();
518 value = output_[frame_index - 1]->GetContext();
583 int frame_index) {
606 bool is_bottommost = (0 == frame_index);
607 bool is_topmost = (output_count_ - 1 == frame_index);
608 ASSERT(frame_index >= 0 && frame_index < output_count_);
609 ASSERT(output_[frame_index] == NULL);
610 output_[frame_index] = output_frame;
622 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
632 DoTranslateCommand(iterator, frame_index, output_offset);
650 value = output_[frame_index - 1]->GetPc();
667 value = output_[frame_index - 1]->GetFp();
715 DoTranslateCommand(iterator, frame_index, output_offset);