Home
last modified time | relevance | path

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

/external/v8/src/
Dframes.h284 virtual void SetCallerFp(Address caller_fp) = 0;
401 void SetCallerFp(Address caller_fp) override;
450 void SetCallerFp(Address caller_fp) override;
490 void SetCallerFp(Address caller_fp) override;
Dframes.cc509 void EntryFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() function in v8::internal::EntryFrame
551 void ExitFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() function in v8::internal::ExitFrame
634 void StandardFrame::SetCallerFp(Address caller_fp) { in SetCallerFp() function in v8::internal::StandardFrame
Ddeoptimizer.cc916 output_frame->SetCallerFp(output_offset, value); in DoComputeJSFrame()
1129 output_frame->SetCallerFp(output_offset, value); in DoComputeInterpretedFrame()
1302 output_frame->SetCallerFp(output_offset, value); in DoComputeArgumentsAdaptorFrame()
1414 output_frame->SetCallerFp(output_offset, value); in DoComputeConstructStubFrame()
1542 output_frame->SetCallerFp(output_offset, value); in DoComputeAccessorStubFrame()
1702 output_frame->SetCallerFp(output_frame_offset, value); in DoComputeCompiledStubFrame()
Ddeoptimizer.h784 void SetCallerFp(unsigned offset, intptr_t value);
/external/v8/src/x64/
Ddeoptimizer-x64.cc342 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/arm64/
Ddeoptimizer-arm64.cc354 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/ppc/
Ddeoptimizer-ppc.cc357 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/arm/
Ddeoptimizer-arm.cc352 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc404 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/mips/
Ddeoptimizer-mips.cc399 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc421 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/x87/
Ddeoptimizer-x87.cc458 void FrameDescription::SetCallerFp(unsigned offset, intptr_t value) { in SetCallerFp() function in v8::internal::FrameDescription
/external/v8/src/debug/
Dliveedit.cc1607 pre_pre_frame->SetCallerFp(pre_top_frame->fp()); in DropFrames()
1625 pre_top_frame->SetCallerFp(bottom_js_frame->fp()); in DropFrames()