• Home
  • Raw
  • Download

Lines Matching full:exit

112     Label exit(env);  in FindElementWithCache()  local
143 Jump(&exit); in FindElementWithCache()
154 Jump(&exit); in FindElementWithCache()
160 Jump(&exit); in FindElementWithCache()
161 Bind(&exit); in FindElementWithCache()
173 Label exit(env); in FindElementFromNumberDictionary() local
203 Jump(&exit); in FindElementFromNumberDictionary()
210 Jump(&exit); in FindElementFromNumberDictionary()
217 Bind(&exit); in FindElementFromNumberDictionary()
229 Label exit(env); in FindEntryFromNameDictionary() local
292 Jump(&exit); in FindEntryFromNameDictionary()
303 Jump(&exit); in FindEntryFromNameDictionary()
321 Bind(&exit); in FindEntryFromNameDictionary()
338 Label exit(env); in FindEntryFromTransitionDictionary() local
402 Jump(&exit); in FindEntryFromTransitionDictionary()
416 Jump(&exit); in FindEntryFromTransitionDictionary()
434 Bind(&exit); in FindEntryFromTransitionDictionary()
445 Label exit(env); in JSObjectGetProperty() local
455 Jump(&exit); in JSObjectGetProperty()
464 Jump(&exit); in JSObjectGetProperty()
467 Bind(&exit); in JSObjectGetProperty()
478 Label exit(env); in JSObjectSetProperty() local
487 Jump(&exit); in JSObjectSetProperty()
496 Jump(&exit); in JSObjectSetProperty()
499 Bind(&exit); in JSObjectSetProperty()
509 Label exit(env); in ComputePropertyCapacityInJSObj() local
519 Jump(&exit); in ComputePropertyCapacityInJSObj()
522 Jump(&exit); in ComputePropertyCapacityInJSObj()
524 Bind(&exit); in ComputePropertyCapacityInJSObj()
535 Label exit(env); in CallGetterHelper() local
552 Jump(&exit); in CallGetterHelper()
556 Jump(&exit); in CallGetterHelper()
569 Jump(&exit); in CallGetterHelper()
576 Branch(HasPendingException(glue), &exit, &noPendingException); in CallGetterHelper()
580 Jump(&exit); in CallGetterHelper()
584 Bind(&exit); in CallGetterHelper()
595 Label exit(env); in CallSetterHelper() local
604 Jump(&exit); in CallSetterHelper()
617 Jump(&exit); in CallSetterHelper()
624 Branch(HasPendingException(glue), &exit, &noPendingException); in CallSetterHelper()
628 Jump(&exit); in CallSetterHelper()
632 Bind(&exit); in CallSetterHelper()
643 Label exit(env); in ShouldCallSetter() local
656 Jump(&exit); in ShouldCallSetter()
661 Jump(&exit); in ShouldCallSetter()
667 Jump(&exit); in ShouldCallSetter()
669 Bind(&exit); in ShouldCallSetter()
680 Label exit(env); in JSHClassAddProperty() local
689 Jump(&exit); in JSHClassAddProperty()
707 Jump(&exit); in JSHClassAddProperty()
709 Bind(&exit); in JSHClassAddProperty()
728 // Note: set return exit node
735 Label exit(env); in AddPropertyByName() local
768 Jump(&exit); in AddPropertyByName()
799 Jump(&exit); in AddPropertyByName()
826 Jump(&exit); in AddPropertyByName()
846 Jump(&exit); in AddPropertyByName()
850 Bind(&exit); in AddPropertyByName()
868 Label exit(env); in TaggedToRepresentation() local
878 Jump(&exit); in TaggedToRepresentation()
888 Jump(&exit); in TaggedToRepresentation()
893 Jump(&exit); in TaggedToRepresentation()
896 Bind(&exit); in TaggedToRepresentation()
917 Label exit(env); in Store() local
920 Branch(TaggedIsHeapObject(value), &isHeapObject, &exit); in Store()
924 Jump(&exit); in Store()
926 Bind(&exit); in Store()
937 Label exit(env); in SetValueWithBarrier() local
942 Branch(TaggedIsHeapObject(value), &isHeapObject, &exit); in SetValueWithBarrier()
994 …Branch(Int64Equal(state, Int64(static_cast<int64_t>(MarkStatus::READY_TO_MARK))), &exit, &marking); in SetValueWithBarrier()
1000 Jump(&exit); in SetValueWithBarrier()
1003 Bind(&exit); in SetValueWithBarrier()
1012 Label exit(env); in TaggedIsBigInt() local
1015 Branch(TaggedIsHeapObject(obj), &isHeapObject, &exit); in TaggedIsBigInt()
1020 Jump(&exit); in TaggedIsBigInt()
1022 Bind(&exit); in TaggedIsBigInt()
1033 Label exit(env); in TaggedIsPropertyBox() local
1036 Branch(TaggedIsHeapObject(obj), &isHeapObject, &exit); in TaggedIsPropertyBox()
1041 Jump(&exit); in TaggedIsPropertyBox()
1043 Bind(&exit); in TaggedIsPropertyBox()
1054 Label exit(env); in TaggedIsAccessor() local
1057 Branch(TaggedIsHeapObject(x), &isHeapObject, &exit); in TaggedIsAccessor()
1063 Jump(&exit); in TaggedIsAccessor()
1065 Bind(&exit); in TaggedIsAccessor()
1109 Label exit(env); in StringToElementIndex() local
1114 Branch(Int32Equal(len, Int32(0)), &exit, &greatThanZero); in StringToElementIndex()
1116 Branch(Int32GreaterThan(len, Int32(MAX_ELEMENT_INDEX_LEN)), &exit, &inRange); in StringToElementIndex()
1144 Branch(Int32Equal(len, Int32(1)), &lengthIsOne, &exit); in StringToElementIndex()
1148 Jump(&exit); in StringToElementIndex()
1156 Branch(IsDigit(*c), &isDigit, &exit); in StringToElementIndex()
1194 Jump(&exit); in StringToElementIndex()
1203 &lessThanMaxIndex, &exit); in StringToElementIndex()
1207 Jump(&exit); in StringToElementIndex()
1213 Bind(&exit); in StringToElementIndex()
1224 Label exit(env); in TryToElementsIndex() local
1233 Jump(&exit); in TryToElementsIndex()
1243 Jump(&exit); in TryToElementsIndex()
1248 Branch(TaggedIsDouble(key), &isDouble, &exit); in TryToElementsIndex()
1254 Branch(DoubleEqual(number, ChangeInt32ToFloat64(integer)), &isEqual, &exit); in TryToElementsIndex()
1258 Jump(&exit); in TryToElementsIndex()
1263 Bind(&exit); in TryToElementsIndex()
1274 Label exit(env); in LdGlobalRecord() local
1282 Branch(Int32NotEqual(recordEntry, Int32(-1)), &foundInGlobalRecord, &exit); in LdGlobalRecord()
1286 Jump(&exit); in LdGlobalRecord()
1288 Bind(&exit); in LdGlobalRecord()
1299 Label exit(env); in LoadFromField() local
1309 Jump(&exit); in LoadFromField()
1314 Jump(&exit); in LoadFromField()
1316 Bind(&exit); in LoadFromField()
1327 Label exit(env); in LoadGlobal() local
1334 Jump(&exit); in LoadGlobal()
1339 Jump(&exit); in LoadGlobal()
1341 Bind(&exit); in LoadGlobal()
1352 Label exit(env); in CheckPolyHClass() local
1360 Branch(TaggedIsWeak(cachedValue), &exit, &cachedValueNotWeak); in CheckPolyHClass()
1367 Branch(Int32UnsignedLessThan(*i, length), &iLessLength, &exit); in CheckPolyHClass()
1375 Jump(&exit); in CheckPolyHClass()
1382 Bind(&exit); in CheckPolyHClass()
1393 Label exit(env); in LoadICWithHandler() local
1420 Jump(&exit); in LoadICWithHandler()
1426 Jump(&exit); in LoadICWithHandler()
1430 Jump(&exit); in LoadICWithHandler()
1442 Jump(&exit); in LoadICWithHandler()
1452 Jump(&exit); in LoadICWithHandler()
1454 Bind(&exit); in LoadICWithHandler()
1465 Label exit(env); in LoadElement() local
1475 Jump(&exit); in LoadElement()
1482 Jump(&exit); in LoadElement()
1485 Jump(&exit); in LoadElement()
1487 Bind(&exit); in LoadElement()
1498 Label exit(env); in ICStoreElement() local
1522 Jump(&exit); in ICStoreElement()
1567 Jump(&exit); in ICStoreElement()
1573 Jump(&exit); in ICStoreElement()
1583 Jump(&exit); in ICStoreElement()
1592 Bind(&exit); in ICStoreElement()
1603 Label exit(env); in GetArrayLength() local
1613 Jump(&exit); in GetArrayLength()
1618 Jump(&exit); in GetArrayLength()
1620 Bind(&exit); in GetArrayLength()
1632 Label exit(env); in StoreICWithHandler() local
1668 Jump(&exit); in StoreICWithHandler()
1674 Jump(&exit); in StoreICWithHandler()
1683 Jump(&exit); in StoreICWithHandler()
1696 Jump(&exit); in StoreICWithHandler()
1707 Jump(&exit); in StoreICWithHandler()
1739 Jump(&exit); in StoreICWithHandler()
1745 Jump(&exit); in StoreICWithHandler()
1750 Jump(&exit); in StoreICWithHandler()
1755 Jump(&exit); in StoreICWithHandler()
1758 Bind(&exit); in StoreICWithHandler()
1769 Label exit(env); in StoreField() local
1781 Jump(&exit); in StoreField()
1787 Jump(&exit); in StoreField()
1789 Bind(&exit); in StoreField()
1799 Label exit(env); in StoreWithTransition() local
1829 Jump(&exit); in StoreWithTransition()
1838 Jump(&exit); in StoreWithTransition()
1844 Jump(&exit); in StoreWithTransition()
1846 Bind(&exit); in StoreWithTransition()
1855 Label exit(env); in StoreGlobal() local
1862 Jump(&exit); in StoreGlobal()
1868 Jump(&exit); in StoreGlobal()
1870 Bind(&exit); in StoreGlobal()
1905 Label exit(env); in GetKeyFromDictionary() local
1918 Jump(&exit); in GetKeyFromDictionary()
1922 Jump(&exit); in GetKeyFromDictionary()
1925 Jump(&exit); in GetKeyFromDictionary()
1926 Bind(&exit); in GetKeyFromDictionary()
1964 Label exit(env); in GetPropertyByIndex() local
1987 Jump(&exit); in GetPropertyByIndex()
1998 Jump(&exit); in GetPropertyByIndex()
2003 Jump(&exit); in GetPropertyByIndex()
2027 Jump(&exit); in GetPropertyByIndex()
2037 Jump(&exit); in GetPropertyByIndex()
2056 Jump(&exit); in GetPropertyByIndex()
2061 Jump(&exit); in GetPropertyByIndex()
2078 Jump(&exit); in GetPropertyByIndex()
2081 Bind(&exit); in GetPropertyByIndex()
2098 Label exit(env); in GetPropertyByValue() local
2107 Jump(&exit); in GetPropertyByValue()
2119 Jump(&exit); in GetPropertyByValue()
2125 Branch(TaggedIsNumber(*key), &exit, &notNumber1); in GetPropertyByValue()
2152 Jump(&exit); in GetPropertyByValue()
2156 Bind(&exit); in GetPropertyByValue()
2169 Label exit(env); in GetPropertyByName() local
2197 Jump(&exit); in GetPropertyByName()
2200 Branch(TaggedIsHole(*result), &notSIndexObj, &exit); in GetPropertyByName()
2205 Jump(&exit); in GetPropertyByName()
2235 Jump(&exit); in GetPropertyByName()
2244 Jump(&exit); in GetPropertyByName()
2253 Jump(&exit); in GetPropertyByName()
2283 Jump(&exit); in GetPropertyByName()
2288 Jump(&exit); in GetPropertyByName()
2305 Jump(&exit); in GetPropertyByName()
2308 Bind(&exit); in GetPropertyByName()
2336 Label exit(env); in FindTransitions() local
2342 Branch(Equal(transition, Undefined()), &exit, &notUndefined); in FindTransitions()
2370 Jump(&exit); in FindTransitions()
2376 Jump(&exit); in FindTransitions()
2400 Jump(&exit); in FindTransitions()
2403 Jump(&exit); in FindTransitions()
2408 Jump(&exit); in FindTransitions()
2412 Bind(&exit); in FindTransitions()
2425 Label exit(env); in SetPropertyByIndex() local
2453 Jump(&exit); in SetPropertyByIndex()
2457 Jump(&exit); in SetPropertyByIndex()
2500 Jump(&exit); in SetPropertyByIndex()
2510 Jump(&exit); in SetPropertyByIndex()
2519 Jump(&exit); in SetPropertyByIndex()
2548 Jump(&exit); in SetPropertyByIndex()
2553 Jump(&exit); in SetPropertyByIndex()
2561 Jump(&exit); in SetPropertyByIndex()
2563 Bind(&exit); in SetPropertyByIndex()
2577 Label exit(env); in SetPropertyByName() local
2610 Jump(&exit); in SetPropertyByName()
2613 Branch(TaggedIsHole(*result), &notSIndexObj, &exit); in SetPropertyByName()
2626 Jump(&exit); in SetPropertyByName()
2631 Jump(&exit); in SetPropertyByName()
2673 Jump(&exit); in SetPropertyByName()
2686 Jump(&exit); in SetPropertyByName()
2732 Jump(&exit); in SetPropertyByName()
2767 Jump(&exit); in SetPropertyByName()
2780 Jump(&exit); in SetPropertyByName()
2796 Jump(&exit); in SetPropertyByName()
2829 Jump(&exit); in SetPropertyByName()
2841 Jump(&exit); in SetPropertyByName()
2847 Jump(&exit); in SetPropertyByName()
2849 Bind(&exit); in SetPropertyByName()
2866 Label exit(env); in SetPropertyByValue() local
2874 Jump(&exit); in SetPropertyByValue()
2886 Jump(&exit); in SetPropertyByValue()
2897 Jump(&exit); in SetPropertyByValue()
2917 Jump(&exit); in SetPropertyByValue()
2921 Bind(&exit); in SetPropertyByValue()
2932 Label exit(env); in NotifyHClassChanged() local
2934 Branch(IsProtoTypeHClass(oldHClass), &isProtoType, &exit); in NotifyHClassChanged()
2938 Branch(Equal(oldHClass, newHClass), &exit, &notEqualHClass); in NotifyHClassChanged()
2943 Jump(&exit); in NotifyHClassChanged()
2946 Bind(&exit); in NotifyHClassChanged()
2956 Label exit(env); in GetContainerProperty() local
2965 Jump(&exit); in GetContainerProperty()
2969 Jump(&exit); in GetContainerProperty()
2971 Bind(&exit); in GetContainerProperty()
2983 Label exit(env); in FastTypeOf() local
2999 Jump(&exit); in FastTypeOf()
3009 Jump(&exit); in FastTypeOf()
3020 Jump(&exit); in FastTypeOf()
3031 Jump(&exit); in FastTypeOf()
3052 Jump(&exit); in FastTypeOf()
3063 Jump(&exit); in FastTypeOf()
3074 Jump(&exit); in FastTypeOf()
3085 Jump(&exit); in FastTypeOf()
3091 Jump(&exit); in FastTypeOf()
3106 Jump(&exit); in FastTypeOf()
3109 Jump(&exit); in FastTypeOf()
3112 Bind(&exit); in FastTypeOf()
3124 Label exit(env); in InstanceOf() local
3138 Jump(&exit); in InstanceOf()
3156 Jump(&exit); in InstanceOf()
3169 Jump(&exit); in InstanceOf()
3182 Jump(&exit); in InstanceOf()
3188 Jump(&exit); in InstanceOf()
3192 Bind(&exit); in InstanceOf()
3204 Label exit(env); in GetMethod() local
3214 Jump(&exit); in GetMethod()
3223 Jump(&exit); in GetMethod()
3235 Jump(&exit); in GetMethod()
3240 Jump(&exit); in GetMethod()
3243 Bind(&exit); in GetMethod()
3255 Label exit(env); in FastGetPropertyByName() local
3264 Branch(TaggedIsHole(*result), &slowpath, &exit); in FastGetPropertyByName()
3270 Jump(&exit); in FastGetPropertyByName()
3272 Bind(&exit); in FastGetPropertyByName()
3284 Label exit(env); in OrdinaryHasInstance() local
3294 Jump(&exit); in OrdinaryHasInstance()
3308 Jump(&exit); in OrdinaryHasInstance()
3322 Jump(&exit); in OrdinaryHasInstance()
3340 Jump(&exit); in OrdinaryHasInstance()
3358 Jump(&exit); in OrdinaryHasInstance()
3384 Jump(&exit); in OrdinaryHasInstance()
3394 Jump(&exit); in OrdinaryHasInstance()
3405 Jump(&exit); in OrdinaryHasInstance()
3411 Bind(&exit); in OrdinaryHasInstance()
3423 Label exit(env); in GetPrototype() local
3436 Jump(&exit); in GetPrototype()
3446 Jump(&exit); in GetPrototype()
3451 Jump(&exit); in GetPrototype()
3454 Bind(&exit); in GetPrototype()
3466 Label exit(env); in SameValue() local
3479 Jump(&exit); in SameValue()
3489 Branch(TaggedIsNumber(right), &rightIsNumber, &exit); in SameValue()
3539 … Branch(Int64Equal(RightEncoding, Int64(base::MINUS_ZERO_BITS)), &rightIsMinusZero, &exit); in SameValue()
3543 Jump(&exit); in SameValue()
3549 … Branch(Int64Equal(RightEncoding, Int64(base::MINUS_ZERO_BITS)), &exit, &rightNotMinusZero); in SameValue()
3553 Jump(&exit); in SameValue()
3560 Jump(&exit); in SameValue()
3566 Branch(TaggedIsNumber(right), &exit, &stringEqualCheck); in SameValue()
3572 Jump(&exit); in SameValue()
3578 Branch(TaggedIsBigInt(left), &leftIsBigInt, &exit); in SameValue()
3582 Branch(TaggedIsBigInt(right), &rightIsBigInt, &exit); in SameValue()
3585 Jump(&exit); in SameValue()
3589 Bind(&exit); in SameValue()
3601 Label exit(env); in FastStringEqual() local
3607 &lengthCompare, &exit); in FastStringEqual()
3611 &exit); in FastStringEqual()
3615 &exit); in FastStringEqual()
3620 Jump(&exit); in FastStringEqual()
3623 Bind(&exit); in FastStringEqual()
3642 Label exit(env); in FastStrictEqual() local
3647 Branch(TaggedIsNumber(right), &rightIsNumber, &exit); in FastStrictEqual()
3686 … Branch(BoolOr(DoubleIsNAN(*doubleLeft), DoubleIsNAN(*doubleRight)), &exit, &doubleEqualCheck); in FastStrictEqual()
3690 Jump(&exit); in FastStrictEqual()
3696 Branch(TaggedIsNumber(right), &exit, &sameVariableCheck); in FastStrictEqual()
3704 Jump(&exit); in FastStrictEqual()
3710 Branch(TaggedIsBigInt(left), &leftIsBigInt, &exit); in FastStrictEqual()
3714 Branch(TaggedIsBigInt(right), &rightIsBigInt, &exit); in FastStrictEqual()
3717 Jump(&exit); in FastStrictEqual()
3723 Jump(&exit); in FastStrictEqual()
3725 Bind(&exit); in FastStrictEqual()
3739 Label exit(env); in FastEqual() local
3754 Jump(&exit); in FastEqual()
3760 Jump(&exit); in FastEqual()
3779 Jump(&exit); in FastEqual()
3796 Jump(&exit); in FastEqual()
3805 Jump(&exit); in FastEqual()
3821 Jump(&exit); in FastEqual()
3826 Jump(&exit); in FastEqual()
3831 Bind(&exit); in FastEqual()
3843 Label exit(env); in FastToBoolean() local
3909 Jump(&exit); in FastToBoolean()
3914 Jump(&exit); in FastToBoolean()
3917 Bind(&exit); in FastToBoolean()
3935 Label exit(env); in FastDiv() local
3960 Jump(&exit); in FastDiv()
4006 Jump(&exit); in FastDiv()
4015 Jump(&exit); in FastDiv()
4021 Jump(&exit); in FastDiv()
4024 Bind(&exit); in FastDiv()
4041 Label exit(env); in FastBinaryOp() local
4050 Branch(TaggedIsNumber(left), &leftIsNumber, &exit); in FastBinaryOp()
4053 Branch(TaggedIsNumber(right), &rightIsNumber, &exit); in FastBinaryOp()
4090 Jump(&exit); in FastBinaryOp()
4095 Jump(&exit); in FastBinaryOp()
4097 Bind(&exit); in FastBinaryOp()
4110 Label exit(env); in FastAddSubAndMul() local
4123 Jump(&exit); in FastAddSubAndMul()
4128 Jump(&exit); in FastAddSubAndMul()
4130 Bind(&exit); in FastAddSubAndMul()
4169 Label exit(env); in FastMod() local
4188 Jump(&exit); in FastMod()
4223 Jump(&exit); in FastMod()
4265 Jump(&exit); in FastMod()
4279 Jump(&exit); in FastMod()
4285 Jump(&exit); in FastMod()
4290 Bind(&exit); in FastMod()
4305 Label exit(env); in GetGlobalOwnProperty() local
4306 Branch(Int32NotEqual(entry, Int32(-1)), &notNegtiveOne, &exit); in GetGlobalOwnProperty()
4311 Branch(TaggedIsAccessor(*result), &callGetter, &exit); in GetGlobalOwnProperty()
4315 Jump(&exit); in GetGlobalOwnProperty()
4318 Bind(&exit); in GetGlobalOwnProperty()
4351 Label exit(env); in JSAPIContainerGet() local
4364 Jump(&exit); in JSAPIContainerGet()
4371 Jump(&exit); in JSAPIContainerGet()
4374 Bind(&exit); in JSAPIContainerGet()
4385 Label exit(env); in DoubleToInt() local
4393 Branch(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt()
4402 Branch(Int32LessThan(exp, bits), &exit, &overflow); in DoubleToInt()
4407 Jump(&exit); in DoubleToInt()
4409 Bind(&exit); in DoubleToInt()
4420 Label exit(env); in ReturnExceptionIfAbruptCompletion() local
4424 Branch(TaggedIsNotHole(exception), &hasPendingException, &exit); in ReturnExceptionIfAbruptCompletion()
4427 Bind(&exit); in ReturnExceptionIfAbruptCompletion()
4438 Label exit(env); in GetHashcodeFromString() local
4441 Branch(Int32Equal(*hashcode, Int32(0)), &noRawHashcode, &exit); in GetHashcodeFromString()
4446 Jump(&exit); in GetHashcodeFromString()
4448 Bind(&exit); in GetHashcodeFromString()
4458 Label exit(env); in ConstructorCheck() local
4470 Jump(&exit); in ConstructorCheck()
4480 Jump(&exit); in ConstructorCheck()
4489 Jump(&exit); in ConstructorCheck()
4493 Jump(&exit); in ConstructorCheck()
4497 Bind(&exit); in ConstructorCheck()
4508 Label exit(env); in JSCallDispatch() local
4527 Jump(&exit); in JSCallDispatch()
4557 method, &notFastBuiltinsArg0, &exit, &result, args, mode); in JSCallDispatch()
4571 method, &notFastBuiltinsArg1, &exit, &result, args, mode); in JSCallDispatch()
4585 method, &notFastBuiltinsArg2, &exit, &result, args, mode); in JSCallDispatch()
4599 method, &notFastBuiltinsArg3, &exit, &result, args, mode); in JSCallDispatch()
4625 method, &notFastBuiltins, &exit, &result, args, mode); in JSCallDispatch()
4646 Jump(&exit); in JSCallDispatch()
4658 Jump(&exit); in JSCallDispatch()
4685 Jump(&exit); in JSCallDispatch()
4694 Jump(&exit); in JSCallDispatch()
4703 Jump(&exit); in JSCallDispatch()
4713 Jump(&exit); in JSCallDispatch()
4723 Jump(&exit); in JSCallDispatch()
4730 Jump(&exit); in JSCallDispatch()
4735 Jump(&exit); in JSCallDispatch()
4740 Jump(&exit); in JSCallDispatch()
4745 Jump(&exit); in JSCallDispatch()
4822 Jump(&exit); in JSCallDispatch()
4827 Jump(&exit); in JSCallDispatch()
4832 Jump(&exit); in JSCallDispatch()
4838 Bind(&exit); in JSCallDispatch()
4845 …GateRef actualNumArgs, GateRef callField, GateRef method, Label* notFastBuiltins, Label* exit, Var… in CallFastPath() argument
4884 Jump(exit); in CallFastPath()
4894 Label exit(env); in TryStringOrSymbelToElementIndex() local
4898 Branch(IsSymbol(key), &exit, &keyNotSymbol); in TryStringOrSymbelToElementIndex()
4904 Branch(Int32Equal(len, Int32(0)), &exit, &greatThanZero); in TryStringOrSymbelToElementIndex()
4906 Branch(Int32GreaterThan(len, Int32(MAX_ELEMENT_INDEX_LEN)), &exit, &inRange); in TryStringOrSymbelToElementIndex()
4910 Branch(IsUtf16String(key), &exit, &isUtf8); in TryStringOrSymbelToElementIndex()
4922 Branch(Int32Equal(len, Int32(1)), &lengthIsOne, &exit); in TryStringOrSymbelToElementIndex()
4926 Jump(&exit); in TryStringOrSymbelToElementIndex()
4959 Branch(Int32Equal(*c, Int32('.')), &hasPoint, &exit); in TryStringOrSymbelToElementIndex()
4963 Jump(&exit); in TryStringOrSymbelToElementIndex()
4973 &lessThanMaxIndex, &exit); in TryStringOrSymbelToElementIndex()
4977 Jump(&exit); in TryStringOrSymbelToElementIndex()
4983 Branch(Int32Equal(*c, Int32('-')), &isNegative, &exit); in TryStringOrSymbelToElementIndex()
4987 Jump(&exit); in TryStringOrSymbelToElementIndex()
4992 Bind(&exit); in TryStringOrSymbelToElementIndex()
5004 Label exit(env); in GetTypeArrayPropertyByName() local
5008 Branch(Int64NotEqual(receiver, holder), &exit, &notOnProtoChain); in GetTypeArrayPropertyByName()
5019 Jump(&exit); in GetTypeArrayPropertyByName()
5031 Jump(&exit); in GetTypeArrayPropertyByName()
5036 …Branch(Int32Equal(index, Int32(-2)), &returnNull, &exit); // -2:equal -2 means should goto slow pa… in GetTypeArrayPropertyByName()
5040 Jump(&exit); in GetTypeArrayPropertyByName()
5045 Bind(&exit); in GetTypeArrayPropertyByName()
5057 Label exit(env); in SetTypeArrayPropertyByName() local
5060 Branch(Int64NotEqual(receiver, holder), &exit, &notOnProtoChain); in SetTypeArrayPropertyByName()
5076 Jump(&exit); in SetTypeArrayPropertyByName()
5080 Jump(&exit); in SetTypeArrayPropertyByName()
5092 Jump(&exit); in SetTypeArrayPropertyByName()
5097 …Branch(Int32Equal(index, Int32(-2)), &returnNull, &exit); // -2:equal -2 means should goto slow pa… in SetTypeArrayPropertyByName()
5101 Jump(&exit); in SetTypeArrayPropertyByName()
5106 Bind(&exit); in SetTypeArrayPropertyByName()
5128 Label exit(env); in PGOProfiler() local
5131 &pgoProfiler, &exit); in PGOProfiler()
5135 Jump(&exit); in PGOProfiler()
5137 Bind(&exit); in PGOProfiler()