Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h52 uint16_t GetSpillRegsCount() const;
DregAllocator.cpp48 uint16_t RegAllocator::GetSpillRegsCount() const in GetSpillRegsCount() function in panda::es2panda::compiler::RegAllocator
Dpandagen.h241 totalRegs_ += ra_.GetSpillRegsCount(); in AdjustSpillInsns()