Home
last modified time | relevance | path

Searched defs:paramSlots (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dosr.cpp155 …Span paramSlots(reinterpret_cast<uintptr_t *>(cframe.GetStackArgsStart()), numSlots(GetStackParams… in PrepareOsrEntry() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp261 auto paramSlots = GetGraph()->GetStackSlotsCount(); in GetTotalSlotsCount() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dlanguage_context.h277 virtual void InitializeOsrCframeSlots([[maybe_unused]] Span<uintptr_t> paramSlots) const {} in InitializeOsrCframeSlots()
644 void InitializeOsrCframeSlots(Span<uintptr_t> paramSlots) const in InitializeOsrCframeSlots()