Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A Didentifier.cpp51 pg->LoadVar(this, res); in Compile()
H A DunaryExpression.cpp94 pg->LoadVar(ident, res); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dlreference.cpp120 pg_->LoadVar(Node()->AsIdentifier(), Result()); in GetValue()
279 etsg_->LoadVar(ident, variable); in GetValue()
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Dlreference.cpp55 pg_->LoadVar(node_->AsIdentifier(), res_); in GetValue()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A Dpandagen.h87 void LoadVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result);
H A DJSCompiler.cpp711 pg->LoadVar(expr, res); in Compile()
1097 pg->LoadVar(ident, res); in Compile()
H A Dpandagen.cpp438 void PandaGen::LoadVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result) in LoadVar() function in ark::es2panda::compiler::PandaGen
H A DETSGen.h56 void LoadVar(const ir::Identifier *node, varbinder::Variable const *var);
H A DETSCompiler.cpp960 etsg->LoadVar(expr, expr->Variable()); in Compile()
H A DETSGen.cpp286 void ETSGen::LoadVar(const ir::Identifier *node, varbinder::Variable const *const var) in LoadVar() function in ark::es2panda::compiler::ETSGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h268 void LoadVar(const ir::Identifier *node, const binder::ScopeFindResult &result);
H A Dpandagen.cpp330 void PandaGen::LoadVar(const ir::Identifier *node, const binder::ScopeFindResult &result) in LoadVar() function in panda::es2panda::compiler::PandaGen

Completed in 22 milliseconds