Home
last modified time | relevance | path

Searched refs:Vreg (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlexenv.cpp59 pg->LoadAccumulator(node, local->Vreg()); in ExpandLoadNormalVar()
113 VReg localReg = local->Vreg(); in ExpandStoreNormalVar()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlexenv.cpp82 pg->LoadAccumulator(node, local->Vreg()); in ExpandLoadNormalVar()
129 VReg localReg = local->Vreg(); in ExpandStoreNormalVar()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvariable.h182 compiler::VReg Vreg() const in Vreg() function in ark::es2panda::ark::es2panda::varbinder::LocalVariable
187 compiler::VReg &Vreg() in Vreg() function in ark::es2panda::ark::es2panda::varbinder::LocalVariable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dfunction.cpp87 ASSERT(paramVar->LexicalBound() || paramVar->AsLocalVariable()->Vreg() == paramReg); in CompileFunctionParameterDeclaration()
H A DETSGen.cpp319 LoadAccumulator(node, local->Vreg()); in LoadVar()
320 SetAccumulatorType(GetVRegType(local->Vreg())); in LoadVar()
345 StoreAccumulator(node, local->Vreg()); in StoreVar()
346 SetVRegType(local->Vreg(), GetAccumulatorType()); in StoreVar()
625 return res.variable->AsLocalVariable()->Vreg(); in GetThisReg()
H A Demitter.cpp310 static_cast<int32_t>(IRNode::MapRegister(var->AsLocalVariable()->Vreg().GetIndex(), totalRegsNum)); in GenLocalVariableInfo()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DfunctionBuilder.cpp90 return res.variable->AsLocalVariable()->Vreg(); in FunctionReg()
/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.h156 compiler::VReg Vreg() const in Vreg() function in panda::es2panda::panda::es2panda::binder::LocalVariable
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DfunctionBuilder.cpp120 return res.variable->AsLocalVariable()->Vreg(); in FunctionReg()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dfunction.cpp96 ASSERT(paramVar->LexicalBound() || paramVar->AsLocalVariable()->Vreg() == paramReg); in CompileFunctionParameterDeclaration()
H A Dpandagen.cpp276 MoveVreg(node, param->Vreg(), targetReg++); in CopyFunctionArguments()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp549 static_cast<int32_t>(variable->AsLocalVariable()->Vreg()) + pg_->GetSpillRegsCount(); in GenScopeVariableInfo()

Completed in 16 milliseconds