Home
last modified time | relevance | path

Searched refs:stackFrameSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cfi_generator.cpp21 auto stackFrameSize = in GenerateRegisterSaveDirective() local
24 int32 cfiOffset = stackFrameSize; in GenerateRegisterSaveDirective()
74 stackFrameSize -= static_cast<int32>(cgFunc.GetMemlayout()->SizeOfArgsToStackPass()); in GenerateRegisterSaveDirective()
75 cfiOffset = stackFrameSize - offset; in GenerateRegisterSaveDirective()
Daarch64_proepilog.cpp440 int32 stackFrameSize = in AppendInstructionAllocateCallFrame() local
458 Operand &immOpnd = aarchCGFunc.CreateImmOperand(stackFrameSize, k32BitSize, true); in AppendInstructionAllocateCallFrame()
462 if (stackFrameSize > kStpLdpImm64UpperBound) { in AppendInstructionAllocateCallFrame()
465 stackFrameSize -= offset; in AppendInstructionAllocateCallFrame()
467 offset = stackFrameSize; in AppendInstructionAllocateCallFrame()
492 Operand &immOpnd = aarchCGFunc.CreateImmOperand(stackFrameSize, k32BitSize, true); in AppendInstructionAllocateCallFrame()
508 int32 stackFrameSize = in AppendInstructionAllocateCallFrameDebug() local
517 Operand &immOpnd = aarchCGFunc.CreateImmOperand(stackFrameSize, k32BitSize, true); in AppendInstructionAllocateCallFrameDebug()
526 if (stackFrameSize > kStpLdpImm64UpperBound) { in AppendInstructionAllocateCallFrameDebug()
529 ImmOperand &immOpnd = aarchCGFunc.CreateImmOperand(stackFrameSize, k32BitSize, true); in AppendInstructionAllocateCallFrameDebug()
[all …]