Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h74 auto slot_offset = graph->GetStackSlotsCount(); in AddLocationToRoots()
Dreg_alloc_base.cpp234 auto param_slots = GetGraph()->GetStackSlotsCount(); in GetTotalSlotsCount()
Dspill_fills_resolver.cpp34 PARAMETER_SLOTS_OFFSET(SLOTS_TABLE_OFFSET + graph->GetStackSlotsCount()), in SpillFillsResolver()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.h81 auto slotOffset = graph->GetStackSlotsCount(); in AddLocationToRoots()
Dreg_alloc_base.cpp252 auto paramSlots = GetGraph()->GetStackSlotsCount(); in GetTotalSlotsCount()
Dspill_fills_resolver.cpp35 parameterSlotsOffset_(slotsTableOffset_ + graph->GetStackSlotsCount()), in SpillFillsResolver()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen_native.cpp53 …AdjustSpReg(!GetGraph()->GetMethodProperties().IsLeaf() || GetGraph()->GetStackSlotsCount() != 0 || in CreateFrameInfo()
Dcodegen.cpp150 frameLayout_(CFrameLayout(graph->GetArch(), graph->GetStackSlotsCount())), in Codegen()
/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h154 auto num_locals = GetGraph()->GetStackSlotsCount(); in GetNumLocalsFromGraph()
Doptimize_bytecode.cpp486 static_cast<int64_t>(graph->GetStackSlotsCount()) - 1; // Work-around promotion rules in OptimizeFunction()
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp183 frame->SetSpillsCount(GetGraph()->GetStackSlotsCount()); in CreateFrameInfo()
184 CFrameLayout fl(GetGraph()->GetArch(), GetGraph()->GetStackSlotsCount()); in CreateFrameInfo()
Dcodegen_boundary.cpp105 size_t spillsCount = GetGraph()->GetStackSlotsCount(); in CreateFrameInfo()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.h176 auto numLocals = GetGraph()->GetStackSlotsCount(); in GetNumLocalsFromGraph()
Doptimize_bytecode.cpp312 …function.valueOfFirstParam = static_cast<int64_t>(graph->GetStackSlotsCount()) - 1L; // Work-arou… in OptimizeFunction()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h471 uint32_t GetStackSlotsCount() const in GetStackSlotsCount() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h587 uint32_t GetStackSlotsCount() const in GetStackSlotsCount() function