Searched refs:fp_value (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/x64/ |
D | deoptimizer-x64.cc | 390 intptr_t fp_value = top_address + output_offset; in DoComputeArgumentsAdaptorFrame() local 391 output_frame->SetFp(fp_value); in DoComputeArgumentsAdaptorFrame() 395 fp_value, output_offset, value); in DoComputeArgumentsAdaptorFrame() 493 intptr_t fp_value = top_address + output_offset; in DoComputeConstructStubFrame() local 494 output_frame->SetFp(fp_value); in DoComputeConstructStubFrame() 498 fp_value, output_offset, value); in DoComputeConstructStubFrame() 649 intptr_t fp_value = top_address + output_offset; in DoComputeJSFrame() local 650 ASSERT(!is_bottommost || input_->GetRegister(rbp.code()) == fp_value); in DoComputeJSFrame() 651 output_frame->SetFp(fp_value); in DoComputeJSFrame() 652 if (is_topmost) output_frame->SetRegister(rbp.code(), fp_value); in DoComputeJSFrame() [all …]
|
/external/v8/src/mips/ |
D | deoptimizer-mips.cc | 401 intptr_t fp_value = top_address + output_offset; in DoComputeArgumentsAdaptorFrame() local 402 output_frame->SetFp(fp_value); in DoComputeArgumentsAdaptorFrame() 405 fp_value, output_offset, value); in DoComputeArgumentsAdaptorFrame() 499 intptr_t fp_value = top_address + output_offset; in DoComputeConstructStubFrame() local 500 output_frame->SetFp(fp_value); in DoComputeConstructStubFrame() 503 fp_value, output_offset, value); in DoComputeConstructStubFrame() 660 intptr_t fp_value = top_address + output_offset; in DoComputeJSFrame() local 661 ASSERT(!is_bottommost || input_->GetRegister(fp.code()) == fp_value); in DoComputeJSFrame() 662 output_frame->SetFp(fp_value); in DoComputeJSFrame() 664 output_frame->SetRegister(fp.code(), fp_value); in DoComputeJSFrame() [all …]
|
/external/v8/src/arm/ |
D | deoptimizer-arm.cc | 411 intptr_t fp_value = top_address + output_offset; in DoComputeArgumentsAdaptorFrame() local 412 output_frame->SetFp(fp_value); in DoComputeArgumentsAdaptorFrame() 415 fp_value, output_offset, value); in DoComputeArgumentsAdaptorFrame() 509 intptr_t fp_value = top_address + output_offset; in DoComputeConstructStubFrame() local 510 output_frame->SetFp(fp_value); in DoComputeConstructStubFrame() 513 fp_value, output_offset, value); in DoComputeConstructStubFrame() 670 intptr_t fp_value = top_address + output_offset; in DoComputeJSFrame() local 671 ASSERT(!is_bottommost || input_->GetRegister(fp.code()) == fp_value); in DoComputeJSFrame() 672 output_frame->SetFp(fp_value); in DoComputeJSFrame() 674 output_frame->SetRegister(fp.code(), fp_value); in DoComputeJSFrame() [all …]
|
/external/v8/src/ia32/ |
D | deoptimizer-ia32.cc | 502 intptr_t fp_value = top_address + output_offset; in DoComputeArgumentsAdaptorFrame() local 503 output_frame->SetFp(fp_value); in DoComputeArgumentsAdaptorFrame() 506 fp_value, output_offset, value); in DoComputeArgumentsAdaptorFrame() 600 intptr_t fp_value = top_address + output_offset; in DoComputeConstructStubFrame() local 601 output_frame->SetFp(fp_value); in DoComputeConstructStubFrame() 604 fp_value, output_offset, value); in DoComputeConstructStubFrame() 749 intptr_t fp_value = top_address + output_offset; in DoComputeJSFrame() local 750 ASSERT(!is_bottommost || input_->GetRegister(ebp.code()) == fp_value); in DoComputeJSFrame() 751 output_frame->SetFp(fp_value); in DoComputeJSFrame() 752 if (is_topmost) output_frame->SetRegister(ebp.code(), fp_value); in DoComputeJSFrame() [all …]
|