Home | History | Annotate | Download | only in x64

Lines Matching refs:frame_index

341                                                  int frame_index) {
358 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
359 ASSERT(output_[frame_index] == NULL);
360 output_[frame_index] = output_frame;
365 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
373 DoTranslateCommand(iterator, frame_index, output_offset);
378 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
388 intptr_t value = output_[frame_index - 1]->GetFp();
442 int frame_index) {
461 ASSERT(frame_index > 0 && frame_index < output_count_ - 1);
462 ASSERT(output_[frame_index] == NULL);
463 output_[frame_index] = output_frame;
468 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
476 DoTranslateCommand(iterator, frame_index, output_offset);
481 intptr_t callers_pc = output_[frame_index - 1]->GetPc();
491 intptr_t value = output_[frame_index - 1]->GetFp();
503 value = output_[frame_index - 1]->GetContext();
562 int frame_index) {
584 bool is_bottommost = (0 == frame_index);
585 bool is_topmost = (output_count_ - 1 == frame_index);
586 ASSERT(frame_index >= 0 && frame_index < output_count_);
587 ASSERT(output_[frame_index] == NULL);
588 output_[frame_index] = output_frame;
600 top_address = output_[frame_index - 1]->GetTop() - output_frame_size;
610 DoTranslateCommand(iterator, frame_index, output_offset);
628 value = output_[frame_index - 1]->GetPc();
646 value = output_[frame_index - 1]->GetFp();
695 DoTranslateCommand(iterator, frame_index, output_offset);