Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h74 auto slot_offset = graph->GetStackSlotsCount(); in AddLocationToRoots()
Dreg_alloc_base.cpp239 auto param_slots = GetGraph()->GetStackSlotsCount(); in GetTotalSlotsCount()
Dspill_fills_resolver.cpp35 PARAMETER_SLOTS_OFFSET(SLOTS_TABLE_OFFSET + graph->GetStackSlotsCount()), in SpillFillsResolver()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h154 auto num_locals = GetGraph()->GetStackSlotsCount(); in GetNumLocalsFromGraph()
Doptimize_bytecode.cpp345 static_cast<int64_t>(graph->GetStackSlotsCount()) - 1; // Work-around promotion rules in OptimizeFunction()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h469 uint32_t GetStackSlotsCount() const in GetStackSlotsCount() function