Home
last modified time | relevance | path

Searched refs:IsStackMapComputed (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlive.cpp166 if (!cgFunc->IsStackMapComputed()) { in AnalysisLive()
266 if (insn->IsCall() && !cgFunc->IsStackMapComputed()) { in GetBBDefUse()
326 if (!cgFunc->IsStackMapComputed() && regOpnd.GetBaseRefOpnd() != nullptr) { in CollectLiveInfo()
Dreg_alloc_lsra.cpp993 if (!cgFunc->IsStackMapComputed()) { in ComputeLiveInterval()
2340 if (!cgFunc->IsStackMapComputed()) { in AllocateRegisters()
2346 if (!cgFunc->IsStackMapComputed()) { in AllocateRegisters()
2369 if (!cgFunc->IsStackMapComputed()) { in AllocateRegisters()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1539 bool IsStackMapComputed() in IsStackMapComputed() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5953 if (!IsStackMapComputed() && regOpnd.GetBaseRefOpnd() != nullptr && in ReplaceOpndInInsn()
5960 if (!IsStackMapComputed() && insn.GetStackMap() != nullptr) { in ReplaceOpndInInsn()