Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h302 uint32 GetStackPtrAlignment() const in GetStackPtrAlignment() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_cgfunc.h254 return RoundUp(size, GetMemlayout()->GetStackPtrAlignment()); in SizeOfCalleeSaved()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp1453 uint32 stackPtrAlignment = cgFunc->GetMemlayout()->GetStackPtrAlignment(); in SelectAlloca()