Home | History | Annotate | Download | only in src

Lines Matching full:fp_value

917   intptr_t fp_value = top_address + output_offset;
919 has_alignment_padding_ * kPointerSize) == fp_value);
920 output_frame->SetFp(fp_value);
921 if (is_topmost) output_frame->SetRegister(fp_reg.code(), fp_value);
924 (fp_value & kPointerSize) != 0);
1130 intptr_t fp_value = top_address + output_offset;
1133 has_alignment_padding_ * kPointerSize) == fp_value);
1134 output_frame->SetFp(fp_value);
1135 if (is_topmost) output_frame->SetRegister(fp_reg.code(), fp_value);
1138 (fp_value & kPointerSize) != 0);
1303 intptr_t fp_value = top_address + output_offset;
1304 output_frame->SetFp(fp_value);
1415 intptr_t fp_value = top_address + output_offset;
1416 output_frame->SetFp(fp_value);
1543 intptr_t fp_value = top_address + output_offset;
1544 output_frame->SetFp(fp_value);