Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_stackmap_computation.cpp115 for (auto regNO : insn->GetStackMapLiveIn()) { in RelocateStackmapInfo()
141 for (auto regNO : insn->GetStackMapLiveIn()) { in CollectReferenceMap()
Dreg_alloc_lsra.cpp247 for (auto regNO : insn->GetStackMapLiveIn()) { in SpillStackMapInfo()
955 for (auto regNO : insn.GetStackMapLiveIn()) { in ComputeLiveIntervalForCall()
2055 for (auto regNO : insn.GetStackMapLiveIn()) { in FinalizeFreeReferenceSpillStack()
2134 for (auto regNO : insn->GetStackMapLiveIn()) { in CollectReferenceMap()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h770 const MapleSet<regno_t> &GetStackMapLiveIn() const in GetStackMapLiveIn() function