Home | History | Annotate | Download | only in ia32

Lines Matching refs:frame_index

454                                                  int frame_index) {
471 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
472 ASSERT(output_[frame_index] == NULL);
473 output_[frame_index] = output_frame;
478 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
486 DoTranslateCommand(iterator, frame_index, output_offset);
491 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
500 intptr_t value = output_[frame_index - 1]->GetFp();
550 int frame_index) {
569 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
570 ASSERT(output_[frame_index] == NULL);
571 output_[frame_index] = output_frame;
576 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
584 DoTranslateCommand(iterator, frame_index, output_offset);
589 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
598 intptr_t value = output_[frame_index - 1]->GetFp();
609 value = output_[frame_index - 1]->GetContext();
663 int frame_index) {
685 bool is_bottommost = (0 == frame_index);
686 bool is_topmost = (output_count_ - 1 == frame_index);
687 ASSERT(frame_index >= 0 && frame_index < output_count_);
688 ASSERT(output_[frame_index] == NULL);
689 output_[frame_index] = output_frame;
701 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
711 DoTranslateCommand(iterator, frame_index, output_offset);
729 value = output_[frame_index - 1]->GetPc();
746 value = output_[frame_index - 1]->GetFp();
792 DoTranslateCommand(iterator, frame_index, output_offset);