Home
last modified time | relevance | path

Searched refs:SetCallerFp (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dframes.h455 virtual void SetCallerFp(Address caller_fp) = 0;
572 void SetCallerFp(Address caller_fp) override;
621 void SetCallerFp(Address caller_fp) override;
692 void SetCallerFp(Address caller_fp) override;
Dframes.cc541 void EntryFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() function in v8::internal::EntryFrame
583 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() function in v8::internal::ExitFrame
657 void StandardFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() function in v8::internal::StandardFrame
Ddeoptimizer.cc952 output_frame->SetCallerFp(output_offset, value); in DoComputeJSFrame()
1178 output_frame->SetCallerFp(output_offset, value); in DoComputeInterpretedFrame()
1383 output_frame->SetCallerFp(output_offset, value); in DoComputeArgumentsAdaptorFrame()
1576 output_frame->SetCallerFp(output_offset, value); in DoComputeConstructStubFrame()
1749 output_frame->SetCallerFp(output_offset, value); in DoComputeAccessorStubFrame()
1940 output_frame->SetCallerFp(output_frame_offset, value); in DoComputeCompiledStubFrame()
Ddeoptimizer.h820 void SetCallerFp(unsigned offset, intptr_t value);
/external/v8/src/arm64/
Ddeoptimizer-arm64.cc334 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/x64/
Ddeoptimizer-x64.cc321 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/s390/
Ddeoptimizer-s390.cc325 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/ppc/
Ddeoptimizer-ppc.cc331 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc378 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/arm/
Ddeoptimizer-arm.cc359 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc375 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/mips/
Ddeoptimizer-mips.cc376 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/x87/
Ddeoptimizer-x87.cc414 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/debug/
Dliveedit.cc1537 pre_pre_frame->SetCallerFp(pre_top_frame->fp()); in DropFrames()
1555 pre_top_frame->SetCallerFp(bottom_js_frame->fp()); in DropFrames()