Searched refs:runtimeCallInfoArgs (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_stubs.cpp | 197 GateRef runtimeCallInfoArgs = PtrAdd(numArgs, IntPtr(NUM_MANDATORY_JSFUNC_ARGS));
in CallSlowPath() local 201 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue };
in CallSlowPath() 211 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0 };
in CallSlowPath() 222 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0, arg1 };
in CallSlowPath() 231 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0, arg1, arg2 };
in CallSlowPath()
|
Completed in 2 milliseconds