Lines Matching full:exit
28 Label exit(env); in LoadObjByName() local
38 builder.LoadICByName(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadObjByName()
43 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByName()
57 Jump(&exit); in LoadObjByName()
59 Bind(&exit); in LoadObjByName()
73 Label exit(env); in LoadObjByNameWithMega() local
80 builder.LoadICByNameWithMega(&result, nullptr, &slowPath, &exit, callback); in LoadObjByNameWithMega()
87 Jump(&exit); in LoadObjByNameWithMega()
89 Bind(&exit); in LoadObjByNameWithMega()
103 Label exit(env); in StoreObjByNameWithMega() local
109 builder.StoreICByNameWithMega(&result, nullptr, &slowPath, &exit); in StoreObjByNameWithMega()
116 Jump(&exit); in StoreObjByNameWithMega()
118 Bind(&exit); in StoreObjByNameWithMega()
131 Label exit(env); in LoadPrivatePropertyByName() local
140 builder.LoadICByName(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadPrivatePropertyByName()
144 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadPrivatePropertyByName()
154 Jump(&exit); in LoadPrivatePropertyByName()
156 Bind(&exit); in LoadPrivatePropertyByName()
168 Label exit(env); in DeprecatedLoadObjByName() local
177 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName()
183 Jump(&exit); in DeprecatedLoadObjByName()
185 Bind(&exit); in DeprecatedLoadObjByName()
198 Label exit(env); in StoreObjByName() local
206 builder.StoreICByName(&result, &tryFastPath, &tryPreDump, &exit); in StoreObjByName()
211 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
223 Jump(&exit); in StoreObjByName()
226 Bind(&exit); in StoreObjByName()
243 Label exit(env); in StorePrivatePropertyByName() local
251 builder.StoreICByName(&result, &tryFastPath, &tryPreDump, &exit); in StorePrivatePropertyByName()
255 Branch(TaggedIsHole(*result), &slowPath, &exit); in StorePrivatePropertyByName()
266 Jump(&exit); in StorePrivatePropertyByName()
269 Bind(&exit); in StorePrivatePropertyByName()
296 Label exit(env); in LoadObjByValue() local
305 builder.LoadICByValue(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadObjByValue()
309 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
319 Jump(&exit); in LoadObjByValue()
321 Bind(&exit); in LoadObjByValue()
333 Label exit(env); in DeprecatedLoadObjByValue() local
342 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
348 Jump(&exit); in DeprecatedLoadObjByValue()
350 Bind(&exit); in DeprecatedLoadObjByValue()
362 Label exit(env); in StoreOwnByIndex() local
370 builder.StoreICByValue(&result, &tryFastPath, &tryPreDump, &exit); in StoreOwnByIndex()
383 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreOwnByIndex()
395 Jump(&exit); in StoreOwnByIndex()
397 Bind(&exit); in StoreOwnByIndex()
409 Label exit(env); in StoreObjByValue() local
417 builder.StoreICByValue(&result, &tryFastPath, &tryPreDump, &exit); in StoreObjByValue()
421 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue()
432 Jump(&exit); in StoreObjByValue()
434 Bind(&exit); in StoreObjByValue()
447 Label exit(env); in TryLoadGlobalByName() local
456 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryLoadGlobalByName()
467 Jump(&exit); in TryLoadGlobalByName()
473 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
481 Jump(&exit); in TryLoadGlobalByName()
484 Bind(&exit); in TryLoadGlobalByName()
497 Label exit(env); in TryStoreGlobalByName() local
505 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryStoreGlobalByName()
516 Jump(&exit); in TryStoreGlobalByName()
528 Jump(&exit); in TryStoreGlobalByName()
533 Jump(&exit); in TryStoreGlobalByName()
544 Jump(&exit); in TryStoreGlobalByName()
547 Bind(&exit); in TryStoreGlobalByName()
559 Label exit(env); in LoadGlobalVar() local
568 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in LoadGlobalVar()
574 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()
582 Jump(&exit); in LoadGlobalVar()
585 Bind(&exit); in LoadGlobalVar()
597 Label exit(env); in StoreGlobalVar() local
605 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in StoreGlobalVar()
611 Jump(&exit); in StoreGlobalVar()
620 Jump(&exit); in StoreGlobalVar()
623 Bind(&exit); in StoreGlobalVar()
637 Label exit(env); in StOwnByIndex() local
648 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByIndex()
653 Jump(&exit); in StOwnByIndex()
655 Bind(&exit); in StOwnByIndex()
669 Label exit(env); in StOwnByValue() local
680 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByValue()
685 Jump(&exit); in StOwnByValue()
687 Bind(&exit); in StOwnByValue()
701 Label exit(env); in StOwnByName() local
712 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByName()
717 Jump(&exit); in StOwnByName()
719 Bind(&exit); in StOwnByName()
736 Label exit(env); in StOwnByValueWithNameSet() local
751 BRANCH(TaggedIsException(*result), &exit, ¬exception); in StOwnByValueWithNameSet()
754 Jump(&exit); in StOwnByValueWithNameSet()
762 Jump(&exit); in StOwnByValueWithNameSet()
764 Bind(&exit); in StOwnByValueWithNameSet()
781 Label exit(env); in StOwnByNameWithNameSet() local
796 BRANCH(TaggedIsException(*result), &exit, ¬Exception); in StOwnByNameWithNameSet()
799 Jump(&exit); in StOwnByNameWithNameSet()
807 Jump(&exit); in StOwnByNameWithNameSet()
809 Bind(&exit); in StOwnByNameWithNameSet()
821 Label exit(env); in StObjByIndex() local
828 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StObjByIndex()
833 Jump(&exit); in StObjByIndex()
835 Bind(&exit); in StObjByIndex()
849 Label exit(env); in LdObjByIndex() local
854 BRANCH(TaggedIsHole(*varAcc), &slowPath, &exit); in LdObjByIndex()
861 Jump(&exit); in LdObjByIndex()
863 Bind(&exit); in LdObjByIndex()