Searched refs:call2 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_function_stub_builder.cpp | 195 Label call2(env);
in PrototypeCall() 223 BRANCH(Int64Equal(numArgs, Int64(3)), &call2, &moreThan2); // 3: thisArg + 2 args
in PrototypeCall() local 224 Bind(&call2);
in PrototypeCall()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | pandagen.cpp | 1064 const auto call2 = [this, hasThis, arg0Reg](const ir::AstNode *n, VReg c, VReg thisR, in CallArgsTagged() local 1087 call2(node, callee, thisReg, arguments); in CallArgsTagged()
|
Completed in 5 milliseconds