Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h585 auto stackSlotsCount = CountSpillSlots(); in EnumerateRoots() local
588 if (regIdx >= stackSlotsCount) { in EnumerateRoots()
591 auto paramSlotIdx = regIdx - stackSlotsCount; in EnumerateRoots()