• Home
  • Raw
  • Download

Lines Matching refs:res

148     DEFVARIABLE(res, VariableType::JS_ANY(), DoubleToTaggedDoublePtr(Double(base::NAN_VALUE)));  in DECLARE_BUILTINS()
200 res = IntToTaggedPtr(stringBuilder.StringAt(*thisFlat, *pos)); in DECLARE_BUILTINS()
210 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget); in DECLARE_BUILTINS()
214 Return(*res); in DECLARE_BUILTINS()
220 DEFVARIABLE(res, VariableType::JS_ANY(), IntToTaggedPtr(Int32(-1))); in DECLARE_BUILTINS()
306 res = IntToTaggedPtr(resPos); in DECLARE_BUILTINS()
318 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
322 Return(*res); in DECLARE_BUILTINS()
328 DEFVARIABLE(res, VariableType::JS_ANY(), IntToTaggedPtr(Int32(-1))); in DECLARE_BUILTINS()
469 res = stringBuilder.FastSubString(glue, *thisFlat, *from, len); in DECLARE_BUILTINS()
479 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
483 Return(*res); in DECLARE_BUILTINS()
489 DEFVARIABLE(res, VariableType::JS_POINTER(), Hole()); in DECLARE_BUILTINS()
542 res = stringBuilder.CreateFromEcmaString(glue, *thisFlat, *pos); in DECLARE_BUILTINS()
548 res = GetGlobalConstantValue( in DECLARE_BUILTINS()
558 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
562 Return(*res); in DECLARE_BUILTINS()
568 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
574 containersBuilder.ContainersCommonFuncCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
579 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
583 Return(*res); in DECLARE_BUILTINS()
589 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
595 containersBuilder.ContainersCommonFuncCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
600 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
604 Return(*res); in DECLARE_BUILTINS()
610 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
616 containersBuilder.ContainersCommonFuncCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
621 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
625 Return(*res); in DECLARE_BUILTINS()
631 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
637 containersBuilder.ContainersCommonFuncCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
642 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
646 Return(*res); in DECLARE_BUILTINS()
652 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
658 containersBuilder.QueueCommonFuncCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
663 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
667 Return(*res); in DECLARE_BUILTINS()
673 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
679 containersBuilder.DequeCommonFuncCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
684 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
688 Return(*res); in DECLARE_BUILTINS()
694 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
700 containersBuilder.ContainersLightWeightCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
705 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
709 Return(*res); in DECLARE_BUILTINS()
715 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
721 containersBuilder.ContainersLightWeightCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
726 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
730 Return(*res); in DECLARE_BUILTINS()
736 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
742 containersBuilder.ContainersHashCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
747 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
751 Return(*res); in DECLARE_BUILTINS()
757 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
763 containersBuilder.ContainersHashCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
768 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
772 Return(*res); in DECLARE_BUILTINS()
778 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
784 containersBuilder.ContainersLinkedListCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
789 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
793 Return(*res); in DECLARE_BUILTINS()
799 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
805 containersBuilder.ContainersLinkedListCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
810 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
814 Return(*res); in DECLARE_BUILTINS()
820 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
826 containersBuilder.ContainersCommonFuncCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
831 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
835 Return(*res); in DECLARE_BUILTINS()
841 DEFVARIABLE(res, VariableType::JS_POINTER(), Undefined()); in DECLARE_BUILTINS()
847 containersBuilder.ContainersCommonFuncCall(glue, thisValue, numArgs, &res, &exit, in DECLARE_BUILTINS()
852 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget, name.c_str()); in DECLARE_BUILTINS()
856 Return(*res); in DECLARE_BUILTINS()
862 DEFVARIABLE(res, VariableType::JS_ANY(), Undefined()); in DECLARE_BUILTINS()
883 res = JSCallDispatch(glue, thisValue, Int32(0), 0, Circuit::NullGate(), in DECLARE_BUILTINS()
909 res = JSCallDispatch(glue, thisValue, argsLength, 0, Circuit::NullGate(), in DECLARE_BUILTINS()
928 res = JSCallDispatch(glue, thisValue, argsLength, 0, Circuit::NullGate(), in DECLARE_BUILTINS()
937 res = JSCallDispatch(glue, thisValue, argsLength, 0, Circuit::NullGate(), in DECLARE_BUILTINS()
948 res = CallSlowPath(nativeCode, glue, thisValue, numArgs, func, newTarget); in DECLARE_BUILTINS()
952 Return(*res); in DECLARE_BUILTINS()
958 DEFVARIABLE(res, VariableType::JS_ANY(), Undefined()); in DECLARE_BUILTINS()
979 newBuilder.NewJSObject(&res, &afterNew, intialHClass); in DECLARE_BUILTINS()
984 Store(VariableType::INT64(), glue, *res, valueOffset, FastToBoolean(value)); in DECLARE_BUILTINS()
994 res = CallBuiltinRuntime(glue, args, true, name.c_str()); in DECLARE_BUILTINS()
998 Return(*res); in DECLARE_BUILTINS()
1004 DEFVARIABLE(res, VariableType::JS_ANY(), Undefined()); in DECLARE_BUILTINS()
1064 newBuilder.NewJSObject(&res, &afterNew, intialHClass); in DECLARE_BUILTINS()
1068 Store(VariableType::JS_NOT_POINTER(), glue, *res, timeValueOffset, in DECLARE_BUILTINS()
1079res = CallBuiltinRuntime(glue, { glue, nativeCode, func, thisValue, numArgs, argv }, true, name.c_… in DECLARE_BUILTINS()
1083 Return(*res); in DECLARE_BUILTINS()
1089 DEFVARIABLE(res, VariableType::JS_ANY(), Undefined()); in DECLARE_BUILTINS()
1176 res = newBuilder.NewJSArrayWithSize(intialHClass, *arrayLength); in DECLARE_BUILTINS()
1178 … Store(VariableType::INT32(), glue, *res, lengthOffset, TruncInt64ToInt32(*arrayLength)); in DECLARE_BUILTINS()
1181 SetPropertyInlinedProps(glue, *res, intialHClass, accessor, in DECLARE_BUILTINS()
1183 SetExtensibleToBitfield(glue, *res, true); in DECLARE_BUILTINS()
1193res = 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()
1204 Return(*res); in DECLARE_BUILTINS()