Home
last modified time | relevance | path

Searched refs:referenceStackSlots (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h540 referenceStackSlots.insert(offset); in AddReferenceStackSlot()
545 return referenceStackSlots.count(offset) != 0; in IsStackSlotReference()
550 return referenceStackSlots; in GetReferenceStackSlots()
1636 MapleSet<int64> referenceStackSlots; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1679 referenceStackSlots(allocator.Adapter()), in CGFunc()