Home
last modified time | relevance | path

Searched refs:CreateCallFrameOperand (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp473 …MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(static_cast<int32>(-offset), GetPointerBitSize… in AppendInstructionAllocateCallFrame()
539 … MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(-stackFrameSize, GetPointerBitSize()); in AppendInstructionAllocateCallFrameDebug()
1011 o2 = &aarchCGFunc.CreateCallFrameOperand(offset, GetPointerBitSize()); in AppendInstructionDeallocateCallFrame()
1069 … MemOperand &o2 = aarchCGFunc.CreateCallFrameOperand(stackFrameSize, GetPointerBitSize()); in AppendInstructionDeallocateCallFrameDebug()
Daarch64_cgfunc.cpp6120 MemOperand &frameAlloc = CreateCallFrameOperand(-16, GetPointerSize() * kBitsPerByte); in GenerateCleanupCodeForExtEpilog()
6128 MemOperand &frameDealloc = CreateCallFrameOperand(16, GetPointerSize() * kBitsPerByte); in GenerateCleanupCodeForExtEpilog()
6350 MemOperand &AArch64CGFunc::CreateCallFrameOperand(int32 offset, uint32 size) in CreateCallFrameOperand() function in maplebe::AArch64CGFunc
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h642 MemOperand &CreateCallFrameOperand(int32 offset, uint32 size);