Searched refs:TotalRegsNum (Results 1 - 8 of 8) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | JSemitter.cpp | 38 func->regsNum = VReg::REG_START - Cg()->TotalRegsNum(); in GenFunctionSignature()
|
H A D | emitter.cpp | 231 uint32_t totalRegs = cg_->TotalRegsNum(); in GenFunctionInstructions() 324 GenLocalVariableInfo(variableDebug, param, std::make_tuple(scopeStart, varsLength, cg_->TotalRegsNum()), in GenScopeVariableInfoEnd() 352 GenLocalVariableInfo(variableDebug, variable, std::make_tuple(localStart, localLength, cg_->TotalRegsNum()), in GenScopeVariableInfoEnd()
|
H A D | codeGen.cpp | 69 std::uint32_t CodeGen::TotalRegsNum() const noexcept
|
H A D | codeGen.h | 111 [[nodiscard]] std::uint32_t TotalRegsNum() const noexcept;
|
H A D | ETSemitter.cpp | 151 funcElement->regsNum = VReg::REG_START - Cg()->TotalRegsNum(); in GenFunctionSignature()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | regAllocator.cpp | 117 if ((spillRegs_ + pg_->TotalRegsNum()) > UINT16_MAX) { in AdjustInsRegWhenHasSpill()
|
H A D | pandagen.h | 163 uint32_t TotalRegsNum() const in TotalRegsNum() function in panda::es2panda::compiler::PandaGen
|
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
H A D | emitter.cpp | 77 func_->regs_num = pg->TotalRegsNum(); in FunctionEmitter()
|
Completed in 8 milliseconds