Home
last modified time | relevance | path

Searched defs:paramReg (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregScope.cpp88 …InitializeParams([](varbinder::LocalVariable *const param, const VReg paramReg) { param->BindVReg(… in FunctionRegScope()
95 VReg paramReg = VReg(VReg::PARAM_START); in InitializeParams() local
138 InitializeParams([pg, node](varbinder::LocalVariable *const param, const VReg paramReg) { in FunctionRegScope()
Dfunction.cpp86 … VReg paramReg = VReg(varbinder::VarBinder::MANDATORY_PARAMS_NUMBER + VReg::PARAM_START + index++); in CompileFunctionParameterDeclaration() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregScope.cpp91 VReg paramReg = pg_->AllocReg(); in FunctionRegScope() local
Dfunction.cpp95 VReg paramReg = binder::Binder::MANDATORY_PARAMS_NUMBER + index++; in CompileFunctionParameterDeclaration() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_util.cpp52 auto paramReg = method->GetNumVregs(); in GetValueRegister() local