Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_encoder.h169 GetGraph()->SetStackSlotsCount(num_locals); in SaveNumLocalsToGraph()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.h191 GetGraph()->SetStackSlotsCount(numLocals); in SaveNumLocalsToGraph()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dreg_alloc_resolver_test.cpp36 graph->SetStackSlotsCount(MAX_NUM_STACK_SLOTS); in InitUsedRegs()
Dreg_alloc_linear_scan_test.cpp95 graph->SetStackSlotsCount(MAX_NUM_STACK_SLOTS); in InitUsedRegs()
1031 graph->SetStackSlotsCount(MAX_NUM_STACK_SLOTS); in TEST_F()
1165 graph->SetStackSlotsCount(MAX_NUM_STACK_SLOTS); in TEST_F()
Dinst_generator.cpp171 graph->SetStackSlotsCount(3U); in CreateGraph()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp110 GetGraph()->SetStackSlotsCount(GetTotalSlotsCount()); in Resolve()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp121 GetGraph()->SetStackSlotsCount(GetTotalSlotsCount()); in Resolve()
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dcodegen_test.cpp318 GetGraph()->SetStackSlotsCount(8U + alignmentOffset); in CheckSpillFillCoalescingForEvenRegsNumber()
378 GetGraph()->SetStackSlotsCount(12U + alignmentOffset); in CheckSpillFillCoalescingForOddRegsNumber()
695 graph->SetStackSlotsCount(2U); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h476 void SetStackSlotsCount(uint32_t stack_slot_count) in SetStackSlotsCount() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h592 void SetStackSlotsCount(uint32_t stackSlotCount) in SetStackSlotsCount() function