Home
last modified time | relevance | path

Searched refs:GetSpillRegsCount (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.h53 uint16_t GetSpillRegsCount() const;
H A DregAllocator.cpp53 uint16_t RegAllocator::GetSpillRegsCount() const in GetSpillRegsCount() function in panda::es2panda::compiler::RegAllocator
H A Dpandagen.h211 totalRegs_ += ra_.GetSpillRegsCount(); in AdjustSpillInsns()
214 uint16_t GetSpillRegsCount() const in GetSpillRegsCount() function in panda::es2panda::compiler::PandaGen
217 return ra_.GetSpillRegsCount(); in GetSpillRegsCount()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp549 static_cast<int32_t>(variable->AsLocalVariable()->Vreg()) + pg_->GetSpillRegsCount(); in GenScopeVariableInfo()

Completed in 5 milliseconds