Lines Matching refs:ProfileOperation
501 ProfileOperation callback);
504 Label *exit, Variable *result, ProfileOperation callback);
625 GateRef CallSetterHelper(GateRef glue, GateRef holder, GateRef accessor, GateRef value, ProfileOperation callback);
628 ProfileOperation callback);
653 GateRef glue, GateRef receiver, GateRef holder, GateRef handler, ProfileOperation callback);
655 GateRef value, GateRef handler, ProfileOperation callback = ProfileOperation());
663 GateRef StoreField(GateRef glue, GateRef receiver, GateRef value, GateRef handler, ProfileOperation callback);
665 ProfileOperation callback, bool withPrototype = false);
746 ProfileOperation callback, GateRef hir = Circuit::NullGate());
748 ProfileOperation callback, GateRef isInternal, bool canUseIsInternal = false);
749 GateRef FastGetPropertyByName(GateRef glue, GateRef obj, GateRef key, ProfileOperation callback);
751 ProfileOperation callback, GateRef hir = Circuit::NullGate());
752 GateRef GetPropertyByValue(GateRef glue, GateRef receiver, GateRef keyValue, ProfileOperation callback);
754 ProfileOperation callback = ProfileOperation());
757 GateRef value, bool useOwn, ProfileOperation callback = ProfileOperation(), bool defineSemantics = false);
760 GateRef value, bool useOwn, GateRef isInternal, ProfileOperation callback = ProfileOperation(),
764 ProfileOperation callback = ProfileOperation());
766 ProfileOperation callback = ProfileOperation(), bool defineSemantics = false);
768 GateRef SCheckModelIsCHECK, ProfileOperation callback = ProfileOperation());
838 GateRef GetGlobalOwnProperty(GateRef glue, GateRef receiver, GateRef key, ProfileOperation callback);
855 GateRef FastEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
856 GateRef FastStrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
858 GateRef FastMod(GateRef gule, GateRef left, GateRef right, ProfileOperation callback);
860 GateRef FastMul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
861 GateRef FastDiv(GateRef left, GateRef right, ProfileOperation callback);
862 GateRef FastAdd(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
863 GateRef FastSub(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
865 GateRef FastToBooleanWithProfile(GateRef value, ProfileOperation callback, bool flag = true);
866 GateRef FastToBooleanWithProfileBaseline(GateRef value, ProfileOperation callback, bool flag = true);
957 GateRef accessor, ProfileOperation callback, GateRef hir = Circuit::NullGate());
959 GateRef GetCallSpreadArgs(GateRef glue, GateRef array, ProfileOperation callBack);
960 GateRef GetIterator(GateRef glue, GateRef obj, ProfileOperation callback);
1050 GateRef FastAddSubAndMul(GateRef glue, GateRef left, GateRef right, ProfileOperation callback);
1051 GateRef FastIntDiv(GateRef left, GateRef right, Label *bailout, ProfileOperation callback);
1054 const BinaryOperation& intOp, const BinaryOperation& floatOp, ProfileOperation callback);
1056 const BinaryOperation& intOp, const BinaryOperation& floatOp, ProfileOperation callback);
1060 ProfileOperation callback);