Searched defs:thisR (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | pandagen.cpp | 942 void PandaGen::Call0Args(const ir::AstNode *n, VReg c, VReg thisR, bool hasThis) in Call0Args() argument 951 void PandaGen::Call1Arg(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, in Call1Arg() argument 964 void PandaGen::Call2Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, in Call2Args() argument 982 void PandaGen::Call3Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, in Call3Args() argument [all...] |
Completed in 4 milliseconds