Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp277 auto *stackMapLiveIn = insn->GetStackMapLiveIn(); in SpillStackMapInfo() local
2150 auto *stackMapLiveIn = insn->GetStackMapLiveIn(); in CollectReferenceMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dinsn.h724 SparseDataInfo *stackMapLiveIn = nullptr; variable