Searched refs:Call3Args (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.h | 271 void Call3Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, bool hasThis);
|
H A D | pandagen.cpp | 982 void PandaGen::Call3Args(const ir::AstNode *n, VReg c, VReg thisR, const ArenaVector<ir::Expression *> &args, in Call3Args() function in ark::es2panda::compiler::PandaGen 1023 Call3Args(node, callee, thisReg, arguments, hasThis); in Call()
|
Completed in 4 milliseconds