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