Home | History | Annotate | Download | only in mips

Lines Matching refs:frame_index

353                                                  int frame_index) {
370 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
371 ASSERT(output_[frame_index] == NULL);
372 output_[frame_index] = output_frame;
377 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
385 DoTranslateCommand(iterator, frame_index, output_offset);
390 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
399 intptr_t value = output_[frame_index - 1]->GetFp();
449 int frame_index) {
468 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
469 ASSERT(output_[frame_index] == NULL);
470 output_[frame_index] = output_frame;
475 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
483 DoTranslateCommand(iterator, frame_index, output_offset);
488 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
497 intptr_t value = output_[frame_index - 1]->GetFp();
508 value = output_[frame_index - 1]->GetContext();
573 int frame_index) {
596 bool is_bottommost = (0 == frame_index);
597 bool is_topmost = (output_count_ - 1 == frame_index);
598 ASSERT(frame_index >= 0 && frame_index < output_count_);
599 ASSERT(output_[frame_index] == NULL);
600 output_[frame_index] = output_frame;
612 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
622 DoTranslateCommand(iterator, frame_index, output_offset);
640 value = output_[frame_index - 1]->GetPc();
657 value = output_[frame_index - 1]->GetFp();
705 DoTranslateCommand(iterator, frame_index, output_offset);