Home
last modified time | relevance | path

Searched defs:isPush (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_proepilog.cpp25 void X64GenProEpilog::GenerateCalleeSavedRegs(bool isPush) in GenerateCalleeSavedRegs()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp56 uint8_t Aarch32CallingConvention::PushPopVRegs(VRegMask vregs, bool isPush = true) in PushPopVRegs()