Home
last modified time | relevance | path

Searched refs:LoadVar (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
Didentifier.cpp51 pg->LoadVar(this, res); in Compile()
DunaryExpression.cpp94 pg->LoadVar(ident, res); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlreference.cpp50 pg_->LoadVar(node_->AsIdentifier(), res_); in GetValue()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h284 void LoadVar(const ir::Identifier *node, const binder::ScopeFindResult &result);
Dpandagen.cpp303 void PandaGen::LoadVar(const ir::Identifier *node, const binder::ScopeFindResult &result) in LoadVar() function in panda::es2panda::compiler::PandaGen