Searched defs:GenerateNativeEpilogue (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ | ||
| D | callconv.cpp | 230 void Amd64CallingConvention::GenerateNativeEpilogue(const FrameInfo &frameInfo, std::function<void(… in GenerateNativeEpilogue() function in ark::compiler::amd64::Amd64CallingConvention |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ | ||
| D | callconv.cpp | 273 void Aarch32CallingConvention::GenerateNativeEpilogue(const FrameInfo &frameInfo, std::function<voi… in GenerateNativeEpilogue() function in ark::compiler::aarch32::Aarch32CallingConvention |
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ | ||
| D | callconv.cpp | 354 void Aarch64CallingConvention::GenerateNativeEpilogue(const FrameInfo &frameInfo, std::function<voi… in GenerateNativeEpilogue() function in ark::compiler::aarch64::Aarch64CallingConvention |