Lines Matching refs:frame_index
864 int frame_index = 0;
866 for (size_t i = 0; i < count; ++i, ++frame_index) {
871 DoComputeUnoptimizedFrame(translated_frame, frame_index,
875 DoComputeArgumentsAdaptorFrame(translated_frame, frame_index);
878 DoComputeConstructStubFrame(translated_frame, frame_index);
884 DoComputeBuiltinContinuation(translated_frame, frame_index,
888 DoComputeBuiltinContinuation(translated_frame, frame_index,
893 translated_frame, frame_index,
901 total_output_frame_size += output_[frame_index]->GetFrameSize();
946 int frame_index,
950 const bool is_bottommost = (0 == frame_index);
951 const bool is_topmost = (output_count_ - 1 == frame_index);
965 !is_bottommost && (translated_state_.frames()[frame_index - 1]).kind() !=
984 CHECK(frame_index >= 0 && frame_index < output_count_);
985 CHECK_NULL(output_[frame_index]);
986 output_[frame_index] = output_frame;
1020 : output_[frame_index - 1]->GetTop() - output_frame_size;
1057 frame_writer.PushApprovedCallerPc(output_[frame_index - 1]->GetPc());
1065 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp();
1081 : output_[frame_index - 1]->GetConstantPool();
1113 (translated_state_.frames()[frame_index - 1]).kind();
1115 ? output_[frame_index - 1]->parameter_count()
1249 TranslatedFrame* translated_frame, int frame_index) {
1251 CHECK(frame_index < output_count_ - 1);
1252 CHECK_GT(frame_index, 0);
1253 CHECK_NULL(output_[frame_index]);
1287 output_[frame_index - 1]->GetTop() - output_frame_size;
1290 output_frame->SetPc(output_[frame_index - 1]->GetPc());
1291 output_frame->SetFp(output_[frame_index - 1]->GetFp());
1292 output_[frame_index] = output_frame;
1314 int frame_index) {
1316 const bool is_topmost = (output_count_ - 1 == frame_index);
1349 DCHECK(frame_index > 0 && frame_index < output_count_);
1350 DCHECK_NULL(output_[frame_index]);
1351 output_[frame_index] = output_frame;
1356 output_[frame_index - 1]->GetTop() - output_frame_size;
1376 const intptr_t caller_pc = output_[frame_index - 1]->GetPc();
1380 const intptr_t caller_fp = output_[frame_index - 1]->GetFp();
1392 const intptr_t caller_cp = output_[frame_index - 1]->GetConstantPool();
1622 TranslatedFrame* translated_frame, int frame_index,
1651 const bool is_bottommost = (0 == frame_index);
1652 const bool is_topmost = (output_count_ - 1 == frame_index);
1695 output_[frame_index] = output_frame;
1702 : output_[frame_index - 1]->GetTop() - output_frame_size;
1791 frame_writer.PushApprovedCallerPc(output_[frame_index - 1]->GetPc());
1796 is_bottommost ? caller_fp_ : output_[frame_index - 1]->GetFp();
1808 : output_[frame_index - 1]->GetConstantPool();