Home
last modified time | relevance | path

Searched refs:SetExtSlotsStart (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp244 GetGraph()->SetExtSlotsStart(param_slots + spill_slots_count); in GetTotalSlotsCount()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_graph_test.cpp602 graph->SetExtSlotsStart(0); in __anon1425b6d41002()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h491 void SetExtSlotsStart(uint32_t ext_stack_slot) in SetExtSlotsStart() function