Home
last modified time | relevance | path

Searched refs:kPCOnStackSize (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/v8/src/x64/
Dframes-x64.h55 static const int kCallerSPDisplacement = kCallerPCOffset + kPCOnStackSize;
65 static const int kLastParameterOffset = kFPOnStackSize + kPCOnStackSize;
Ddeoptimizer-x64.cc172 kPCOnStackSize)); in Generate()
216 __ addp(rsp, Immediate(1 * kRegisterSize + kPCOnStackSize)); in Generate()
327 if (kPCOnStackSize == 2 * kPointerSize) { in SetCallerPc()
Ddebug-x64.cc140 __ addp(rsp, Immediate(kPCOnStackSize)); in Generate_DebugBreakCallHelper()
Dcodegen-x64.cc683 kPCOnStackSize : kFPOnStackSize + kPCOnStackSize; in GetArgumentOperand()
Dbuiltins-x64.cc763 __ SmiToInteger32(kScratchRegister, Operand(rsp, kPCOnStackSize)); in Generate_NotifyDeoptimizedHelper()
772 __ movp(rax, Operand(rsp, kPCOnStackSize + kPointerSize)); in Generate_NotifyDeoptimizedHelper()
976 static const int kArgumentsOffset = kFPOnStackSize + kPCOnStackSize; in Generate_FunctionApply()
Dcode-stubs-x64.cc4539 Operand(rsp, kNumSavedRegisters * kRegisterSize + kPCOnStackSize)); in Generate()
5025 __ leap(name_arg, Operand(rsp, kPCOnStackSize)); in Generate()
Dlithium-codegen-x64.cc482 return -(index + 1) * kPointerSize + kPCOnStackSize; in ArgumentsOffsetWithoutFrame()
3301 __ leap(result, Operand(rsp, -kFPOnStackSize + -kPCOnStackSize)); in DoArgumentsElements()
Dmacro-assembler-x64.cc4057 kFPOnStackSize + kPCOnStackSize); in EnterExitFramePrologue()
Dfull-codegen-x64.cc690 offset += kFPOnStackSize + kPCOnStackSize + in StackOperand()
/external/chromium_org/v8/src/
Dframes.h158 static const int kFixedFrameSize = kPCOnStackSize + kFPOnStackSize +
167 static const int kCallerSPOffset = kCallerPCOffset + 1 * kPCOnStackSize;
Dglobals.h142 const int kPCOnStackSize = kRegisterSize; variable
Ddeoptimizer.cc937 output_offset -= kPCOnStackSize; in DoComputeJSFrame()
938 input_offset -= kPCOnStackSize; in DoComputeJSFrame()
1122 output_offset -= kPCOnStackSize; in DoComputeArgumentsAdaptorFrame()
1256 output_offset -= kPCOnStackSize; in DoComputeConstructStubFrame()
1419 output_offset -= kPCOnStackSize; in DoComputeAccessorStubFrame()
1590 unsigned input_frame_offset = input_frame_size - kPCOnStackSize; in DoComputeCompiledStubFrame()
Dlithium.cc232 return -(index + 1) * kPointerSize + kFPOnStackSize + kPCOnStackSize; in StackSlotOffset()
Dframes.cc556 reinterpret_cast<Address*>(sp - 1 * kPCOnStackSize)); in FillState()
/external/chromium_org/v8/src/ia32/
Dlithium-codegen-ia32.cc564 return -(index + 1) * kPointerSize + kPCOnStackSize; in ArgumentsOffsetWithoutFrame()
/external/chromium_org/v8/src/x87/
Dlithium-codegen-x87.cc750 return -(index + 1) * kPointerSize + kPCOnStackSize; in ArgumentsOffsetWithoutFrame()