• Home
  • Raw
  • Download

Lines Matching refs:newTarget

39 …  GateRef newTarget = TaggedArgument(static_cast<size_t>(BuiltinsArgs::NEWTARGET));               \
43 … GenerateCircuitImpl(glue, nativeCode, func, newTarget, thisValue, numArgs); \
46 GateRef newTarget, GateRef thisValue, GateRef numArgs)
54 … GateRef newTarget = TaggedArgument(static_cast<size_t>(BuiltinsArgs::NEWTARGET)); \
57 … GenerateCircuitImpl(glue, nativeCode, func, newTarget, thisValue, numArgs); \
60 GateRef newTarget, GateRef thisValue, GateRef numArgs)
85 … GateRef numArgs, GateRef func, GateRef newTarget, const char* comment) 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()
965 Branch(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath); in DECLARE_BUILTINS()
967 Branch(IsJSFunction(newTarget), &newTargetIsJSFunction, &slowPath); in DECLARE_BUILTINS()
971 GateRef intialHClass = Load(VariableType::JS_ANY(), newTarget, in DECLARE_BUILTINS()
1011 Branch(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath); in DECLARE_BUILTINS()
1013 Branch(IsJSFunction(newTarget), &newTargetIsJSFunction, &slowPath); in DECLARE_BUILTINS()
1017 GateRef intialHClass = Load(VariableType::JS_ANY(), newTarget, in DECLARE_BUILTINS()
1097 Branch(TaggedIsHeapObject(newTarget), &newTargetIsHeapObject, &slowPath1); in DECLARE_BUILTINS()
1099 Branch(IsJSFunction(newTarget), &newTargetIsJSFunction, &slowPath); in DECLARE_BUILTINS()
1107 Branch(Equal(arrayFunc, newTarget), &fastGetHclass, &slowPath); in DECLARE_BUILTINS()
1109 …GateRef intialHClass = Load(VariableType::JS_ANY(), newTarget, IntPtr(JSFunction::PROTO_OR_DYNCLAS… in DECLARE_BUILTINS()
1199 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()