Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dspill_fills_resolver.h102 return location.GetValue() + PARAMETER_SLOTS_OFFSET; in Map()
108 if (reg >= PARAMETER_SLOTS_OFFSET) { in ToLocation()
109 return Location::MakeStackParameter(reg - PARAMETER_SLOTS_OFFSET); in ToLocation()
137 const size_t PARAMETER_SLOTS_OFFSET; variable
Dspill_fills_resolver.cpp35 PARAMETER_SLOTS_OFFSET(SLOTS_TABLE_OFFSET + graph->GetStackSlotsCount()), in SpillFillsResolver()
36 LOCATIONS_COUNT(PARAMETER_SLOTS_OFFSET + graph->GetParametersSlotsCount()), in SpillFillsResolver()
133 auto param_slot_offset = PARAMETER_SLOTS_OFFSET - SLOTS_TABLE_OFFSET; in NeedToResolve()