Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_proepilog.h64 std::pair<AArch64reg, AArch64reg> GetStackGuardCheckRegister(const BB &bb) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp119 std::pair<AArch64reg, AArch64reg> AArch64GenProEpilog::GetStackGuardCheckRegister(const BB &bb) con… in GetStackGuardCheckRegister() function in maplebe::AArch64GenProEpilog
244 auto [stGuardReg, stCheckReg] = GetStackGuardCheckRegister(bb); in GenStackGuardCheckInsn()