Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Disel.cpp792 cgFunc->AddReferenceStackSlot(symbolMem.GetOffsetImmediate()->GetOffsetValue()); in SelectDassign()
974 cgFunc->AddReferenceStackSlot(symbolMem.GetOffsetImmediate()->GetOffsetValue()); in SelectDread()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h538 void AddReferenceStackSlot(int64 offset) in AddReferenceStackSlot() function