Searched refs:LoadVar (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | identifier.cpp | 51 pg->LoadVar(this, res); in Compile()
|
H A D | unaryExpression.cpp | 94 pg->LoadVar(ident, res); in Compile()
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.cpp | 120 pg_->LoadVar(Node()->AsIdentifier(), Result()); in GetValue() 279 etsg_->LoadVar(ident, variable); in GetValue()
|
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lreference.cpp | 55 pg_->LoadVar(node_->AsIdentifier(), res_); in GetValue()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 87 void LoadVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result);
|
H A D | JSCompiler.cpp | 711 pg->LoadVar(expr, res); in Compile() 1097 pg->LoadVar(ident, res); in Compile()
|
H A D | pandagen.cpp | 438 void PandaGen::LoadVar(const ir::Identifier *node, const varbinder::ConstScopeFindResult &result) in LoadVar() function in ark::es2panda::compiler::PandaGen
|
H A D | ETSGen.h | 56 void LoadVar(const ir::Identifier *node, varbinder::Variable const *var);
|
H A D | ETSCompiler.cpp | 960 etsg->LoadVar(expr, expr->Variable()); in Compile()
|
H A D | ETSGen.cpp | 286 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 D | pandagen.h | 268 void LoadVar(const ir::Identifier *node, const binder::ScopeFindResult &result);
|
H A D | pandagen.cpp | 330 void PandaGen::LoadVar(const ir::Identifier *node, const binder::ScopeFindResult &result) in LoadVar() function in panda::es2panda::compiler::PandaGen
|
Completed in 22 milliseconds