Searched refs:LoadVar (Results 1 – 5 of 5) sorted by relevance
51 pg->LoadVar(this, res); in Compile()
94 pg->LoadVar(ident, res); in Compile()
50 pg_->LoadVar(node_->AsIdentifier(), res_); in GetValue()
284 void LoadVar(const ir::Identifier *node, const binder::ScopeFindResult &result);
303 void PandaGen::LoadVar(const ir::Identifier *node, const binder::ScopeFindResult &result) in LoadVar() function in panda::es2panda::compiler::PandaGen