Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp482 ipoint->SetStackDef(true); in AppendInstructionAllocateCallFrame()
496 ipoint->SetStackDef(true); in AppendInstructionAllocateCallFrame()
520 ipoint->SetStackDef(true); in AppendInstructionAllocateCallFrameDebug()
532 ipoint->SetStackDef(true); in AppendInstructionAllocateCallFrameDebug()
544 ipoint->SetStackDef(true); in AppendInstructionAllocateCallFrameDebug()
870 cgFunc.GetCurBB()->GetLastInsn()->SetStackDef(true); in GenerateProlog()
Daarch64_peep.cpp8076 newInsn->SetStackDef(true); in Run()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h339 void SetStackDef(bool flag) in SetStackDef() function