Lines Matching refs:nativeCode
37 … GateRef nativeCode = PtrArgument(static_cast<size_t>(BuiltinsArgs::NATIVECODE)); \
43 … GenerateCircuitImpl(glue, nativeCode, func, newTarget, thisValue, numArgs); \
45 void name##StubBuilder::GenerateCircuitImpl(GateRef glue, GateRef nativeCode, GateRef func, …
52 … GateRef nativeCode = PtrArgument(static_cast<size_t>(BuiltinsArgs::NATIVECODE)); \
57 … GenerateCircuitImpl(glue, nativeCode, func, newTarget, thisValue, numArgs); \
59 void name##StubBuilder::GenerateCircuitImpl(GateRef glue, GateRef nativeCode, GateRef func, …
84 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, in CallSlowPath() argument
102 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue }; in CallSlowPath()
112 auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0 }; in CallSlowPath()
123 … auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0, arg1 }; in CallSlowPath()
132 …auto args = { nativeCode, glue, runtimeCallInfoArgs, func, newTarget, thisValue, arg0, arg1, arg2 … in CallSlowPath()
210 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget); in DECLARE_BUILTINS()
318 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
479 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
558 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
579 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
600 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
621 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
642 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
663 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
684 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
705 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
726 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
747 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
768 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
789 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
810 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
831 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
852 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
948 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget); in DECLARE_BUILTINS()
993 auto args = { glue, nativeCode, func, thisValue, numArgs, argv }; in DECLARE_BUILTINS()
1079 …res = CallBuiltinRuntime(glue, { glue, nativeCode, func, thisValue, numArgs, argv }, true, name.c_… in DECLARE_BUILTINS()
1193 …res = CallBuiltinRuntime(glue, { glue, nativeCode, func, thisValue, numArgs, argv }, true, name.c_… in DECLARE_BUILTINS()
1199 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()