• Home
  • Raw
  • Download

Lines Matching full:exit

30     Label exit(env);  in LoadObjByName()  local
39 builder.LoadICByName(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadObjByName()
44 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByName()
56 Jump(&exit); in LoadObjByName()
58 Bind(&exit); in LoadObjByName()
70 Label exit(env); in LoadPrivatePropertyByName() local
79 builder.LoadICByName(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadPrivatePropertyByName()
83 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadPrivatePropertyByName()
93 Jump(&exit); in LoadPrivatePropertyByName()
95 Bind(&exit); in LoadPrivatePropertyByName()
107 Label exit(env); in DeprecatedLoadObjByName() local
116 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName()
122 Jump(&exit); in DeprecatedLoadObjByName()
124 Bind(&exit); in DeprecatedLoadObjByName()
137 Label exit(env); in StoreObjByName() local
145 builder.StoreICByName(&result, &tryFastPath, &tryPreDump, &exit); in StoreObjByName()
150 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
162 Jump(&exit); in StoreObjByName()
165 Bind(&exit); in StoreObjByName()
182 Label exit(env); in StorePrivatePropertyByName() local
190 builder.StoreICByName(&result, &tryFastPath, &tryPreDump, &exit); in StorePrivatePropertyByName()
194 Branch(TaggedIsHole(*result), &slowPath, &exit); in StorePrivatePropertyByName()
205 Jump(&exit); in StorePrivatePropertyByName()
208 Bind(&exit); in StorePrivatePropertyByName()
235 Label exit(env); in LoadObjByValue() local
244 builder.LoadICByValue(&result, &tryFastPath, &tryPreDump, &exit, callback); in LoadObjByValue()
248 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
258 Jump(&exit); in LoadObjByValue()
260 Bind(&exit); in LoadObjByValue()
272 Label exit(env); in DeprecatedLoadObjByValue() local
281 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
287 Jump(&exit); in DeprecatedLoadObjByValue()
289 Bind(&exit); in DeprecatedLoadObjByValue()
301 Label exit(env); in StoreObjByValue() local
309 builder.StoreICByValue(&result, &tryFastPath, &tryPreDump, &exit); in StoreObjByValue()
313 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue()
324 Jump(&exit); in StoreObjByValue()
326 Bind(&exit); in StoreObjByValue()
339 Label exit(env); in TryLoadGlobalByName() local
348 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryLoadGlobalByName()
359 Jump(&exit); in TryLoadGlobalByName()
365 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
373 Jump(&exit); in TryLoadGlobalByName()
376 Bind(&exit); in TryLoadGlobalByName()
389 Label exit(env); in TryStoreGlobalByName() local
397 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryStoreGlobalByName()
408 Jump(&exit); in TryStoreGlobalByName()
420 Jump(&exit); in TryStoreGlobalByName()
425 Jump(&exit); in TryStoreGlobalByName()
436 Jump(&exit); in TryStoreGlobalByName()
439 Bind(&exit); in TryStoreGlobalByName()
451 Label exit(env); in LoadGlobalVar() local
460 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in LoadGlobalVar()
466 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()
474 Jump(&exit); in LoadGlobalVar()
477 Bind(&exit); in LoadGlobalVar()
489 Label exit(env); in StoreGlobalVar() local
497 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in StoreGlobalVar()
503 Jump(&exit); in StoreGlobalVar()
512 Jump(&exit); in StoreGlobalVar()
515 Bind(&exit); in StoreGlobalVar()
529 Label exit(env); in StOwnByIndex() local
540 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByIndex()
545 Jump(&exit); in StOwnByIndex()
547 Bind(&exit); in StOwnByIndex()
561 Label exit(env); in StOwnByValue() local
572 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByValue()
577 Jump(&exit); in StOwnByValue()
579 Bind(&exit); in StOwnByValue()
593 Label exit(env); in StOwnByName() local
604 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StOwnByName()
609 Jump(&exit); in StOwnByName()
611 Bind(&exit); in StOwnByName()
628 Label exit(env); in StOwnByValueWithNameSet() local
643 BRANCH(TaggedIsException(*result), &exit, &notexception); in StOwnByValueWithNameSet()
646 Jump(&exit); in StOwnByValueWithNameSet()
654 Jump(&exit); in StOwnByValueWithNameSet()
656 Bind(&exit); in StOwnByValueWithNameSet()
673 Label exit(env); in StOwnByNameWithNameSet() local
688 BRANCH(TaggedIsException(*result), &exit, &notException); in StOwnByNameWithNameSet()
691 Jump(&exit); in StOwnByNameWithNameSet()
699 Jump(&exit); in StOwnByNameWithNameSet()
701 Bind(&exit); in StOwnByNameWithNameSet()
713 Label exit(env); in StObjByIndex() local
720 BRANCH(TaggedIsHole(*result), &slowPath, &exit); in StObjByIndex()
725 Jump(&exit); in StObjByIndex()
727 Bind(&exit); in StObjByIndex()
741 Label exit(env); in LdObjByIndex() local
746 BRANCH(TaggedIsHole(*varAcc), &slowPath, &exit); in LdObjByIndex()
753 Jump(&exit); in LdObjByIndex()
755 Bind(&exit); in LdObjByIndex()