Searched refs:kPCOnStackSize (Results 1 – 8 of 8) sorted by relevance
55 static constexpr int kCallerSPOffset = kCallerPCOffset + 1 * kPCOnStackSize;61 static constexpr int kFixedFrameSizeAboveFp = kPCOnStackSize + kFPOnStackSize;
855 DCHECK_EQ(sp - 1 * kPCOnStackSize, in ComputeStackPointer()865 reinterpret_cast<Address*>(sp - 1 * kPCOnStackSize)); in FillState()
26 static_cast<Address>(GetTop()) + offset + kPCOnStackSize; in SetCallerPc()
227 constexpr int kPCOnStackSize = kSystemPointerSize; variable231 constexpr int kElidedFrameSlots = kPCOnStackSize / kSystemPointerSize;
1901 __ movq(rax, Operand(rsp, kPCOnStackSize)); in Generate_NotifyDeoptimized()3363 kFPOnStackSize + kPCOnStackSize + kReceiverOnStackSize); in GenericJSToWasmWrapperHelper()3367 Immediate(kFPOnStackSize + kPCOnStackSize + kReceiverOnStackSize)); in GenericJSToWasmWrapperHelper()3447 kFPOnStackSize + kPCOnStackSize + kReceiverOnStackSize); in GenericJSToWasmWrapperHelper()4851 kCurrentOffsetToReturnAddress + kPCOnStackSize; in Generate_DeoptimizationEntry()4917 __ addq(rsp, Immediate(kPCOnStackSize)); in Generate_DeoptimizationEntry()
71 top_offset_ -= kPCOnStackSize; in PushBottommostCallerPc()77 top_offset_ -= kPCOnStackSize; in PushApprovedCallerPc()
46 return Operand(rsp, kPCOnStackSize + index * kSystemPointerSize); in GetArgumentOperand()2819 DCHECK_EQ(kFPOnStackSize + kPCOnStackSize, in CallRecordWriteStub()
72 return Operand(esp, kPCOnStackSize + index * kSystemPointerSize); in GetArgumentOperand()