Home
last modified time | relevance | path

Searched refs:SetFrameSlot (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/x64/
Ddeoptimizer-x64.cc106 input_->SetFrameSlot(i, Memory::uintptr_at(tos + i)); in FillInputFrame()
336 SetFrameSlot(offset + kPointerSize, 0); in SetCallerPc()
338 SetFrameSlot(offset, value); in SetCallerPc()
345 SetFrameSlot(offset + kPointerSize, 0); in SetCallerFp()
347 SetFrameSlot(offset, value); in SetCallerFp()
/external/v8/src/arm/
Ddeoptimizer-arm.cc104 input_->SetFrameSlot(i, Memory::uint32_at(tos + i)); in FillInputFrame()
348 SetFrameSlot(offset, value); in SetCallerPc()
353 SetFrameSlot(offset, value); in SetCallerFp()
359 SetFrameSlot(offset, value); in SetCallerConstantPool()
/external/v8/src/ppc/
Ddeoptimizer-ppc.cc110 input_->SetFrameSlot( in FillInputFrame()
353 SetFrameSlot(offset, value); in SetCallerPc()
358 SetFrameSlot(offset, value); in SetCallerFp()
364 SetFrameSlot(offset, value); in SetCallerConstantPool()
/external/v8/src/arm64/
Ddeoptimizer-arm64.cc86 input_->SetFrameSlot(i, Memory::uint64_at(tos + i)); in FillInputFrame()
350 SetFrameSlot(offset, value); in SetCallerPc()
355 SetFrameSlot(offset, value); in SetCallerFp()
/external/v8/src/
Ddeoptimizer.cc1320 output_frame->SetFrameSlot(output_offset, context); in DoComputeArgumentsAdaptorFrame()
1332 output_frame->SetFrameSlot(output_offset, value); in DoComputeArgumentsAdaptorFrame()
1431 output_frame->SetFrameSlot(output_offset, value); in DoComputeConstructStubFrame()
1437 output_frame->SetFrameSlot(output_offset, value); in DoComputeConstructStubFrame()
1444 output_frame->SetFrameSlot(output_offset, value); in DoComputeConstructStubFrame()
1450 output_frame->SetFrameSlot(output_offset, value); in DoComputeConstructStubFrame()
1456 output_frame->SetFrameSlot(output_offset, value); in DoComputeConstructStubFrame()
1466 output_frame->SetFrameSlot(output_offset, value); in DoComputeConstructStubFrame()
1559 output_frame->SetFrameSlot(output_offset, value); in DoComputeAccessorStubFrame()
1565 output_frame->SetFrameSlot(output_offset, value); in DoComputeAccessorStubFrame()
[all …]
Ddeoptimizer.h778 void SetFrameSlot(unsigned offset, intptr_t value) { in SetFrameSlot() function
/external/v8/src/mips/
Ddeoptimizer-mips.cc99 input_->SetFrameSlot(i, Memory::uint32_at(tos + i)); in FillInputFrame()
395 SetFrameSlot(offset, value); in SetCallerPc()
400 SetFrameSlot(offset, value); in SetCallerFp()
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc99 input_->SetFrameSlot(i, Memory::uint64_at(tos + i)); in FillInputFrame()
400 SetFrameSlot(offset, value); in SetCallerPc()
405 SetFrameSlot(offset, value); in SetCallerFp()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc188 input_->SetFrameSlot(i, Memory::uint32_at(tos + i)); in FillInputFrame()
417 SetFrameSlot(offset, value); in SetCallerPc()
422 SetFrameSlot(offset, value); in SetCallerFp()
/external/v8/src/x87/
Ddeoptimizer-x87.cc188 input_->SetFrameSlot(i, Memory::uint32_at(tos + i)); in FillInputFrame()
454 SetFrameSlot(offset, value); in SetCallerPc()
459 SetFrameSlot(offset, value); in SetCallerFp()