Home
last modified time | relevance | path

Searched refs:TotalRegsNum (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSemitter.cpp38 func->regsNum = VReg::REG_START - Cg()->TotalRegsNum(); in GenFunctionSignature()
H A Demitter.cpp231 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 DcodeGen.cpp69 std::uint32_t CodeGen::TotalRegsNum() const noexcept
H A DcodeGen.h111 [[nodiscard]] std::uint32_t TotalRegsNum() const noexcept;
H A DETSemitter.cpp151 funcElement->regsNum = VReg::REG_START - Cg()->TotalRegsNum(); in GenFunctionSignature()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregAllocator.cpp117 if ((spillRegs_ + pg_->TotalRegsNum()) > UINT16_MAX) { in AdjustInsRegWhenHasSpill()
H A Dpandagen.h163 uint32_t TotalRegsNum() const in TotalRegsNum() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp77 func_->regs_num = pg->TotalRegsNum(); in FunctionEmitter()

Completed in 8 milliseconds