Home
last modified time | relevance | path

Searched refs:slots_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_stat.h35 return slots_; in GetSlotCount()
45 size_t slots_ = 0; variable
Dreg_alloc_stat.cpp44 slots_ = static_cast<size_t>(std::count(used_slots.begin(), used_slots.end(), true)); in RegAllocStat()