Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_stat.h33 size_t GetSlotCount() const in GetSlotCount() function
Dreg_alloc_base.cpp77 … << st.GetVRegCount() << " slots " << st.GetSlotCount() << " vslots " in RunImpl()
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp931 EXPECT_EQ(st2.GetSlotCount(), 0); in __anon5d7559aa1402()