Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_proepilog.h63 AArch64reg GetStackGuardRegister(const BB &bb) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp103 AArch64reg AArch64GenProEpilog::GetStackGuardRegister(const BB &bb) const in GetStackGuardRegister() function in maplebe::AArch64GenProEpilog
201 auto &stAddrOpnd = GenStackGuard(GetStackGuardRegister(bb)); in AddStackGuard()