Home
last modified time | relevance | path

Searched defs:thisR (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dpandagen.cpp897 void PandaGen::Call0Args(const ir::AstNode *n, VReg c, VReg thisR, bool hasThis) in Call0Args()
906 void PandaGen::Call1Arg(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression … in Call1Arg()
919 void PandaGen::Call2Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression… in Call2Args()
937 void PandaGen::Call3Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression… in Call3Args()
1019 const auto call2 = [this, hasThis, arg0Reg](const ir::AstNode *n, VReg c, VReg thisR, in CallArgsTagged()
1020 const ArenaVector<ir::Expression *> &args) { in CallArgsTagged()