Lines Matching full:exit
29 Label exit(env); in LoadObjByName() local
37 builder.LoadICByName(&result, &tryFastPath, &slowPath, &exit); in LoadObjByName()
42 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByName()
49 Jump(&exit); in LoadObjByName()
51 Bind(&exit); in LoadObjByName()
63 Label exit(env); in DeprecatedLoadObjByName() local
72 Branch(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByName()
78 Jump(&exit); in DeprecatedLoadObjByName()
80 Bind(&exit); in DeprecatedLoadObjByName()
92 Label exit(env); in StoreObjByName() local
99 builder.StoreICByName(&result, &tryFastPath, &slowPath, &exit); in StoreObjByName()
104 Branch(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByName()
111 Jump(&exit); in StoreObjByName()
114 Bind(&exit); in StoreObjByName()
137 Label exit(env); in LoadObjByValue() local
145 builder.LoadICByValue(&result, &tryFastPath, &slowPath, &exit); in LoadObjByValue()
149 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadObjByValue()
155 Jump(&exit); in LoadObjByValue()
157 Bind(&exit); in LoadObjByValue()
169 Label exit(env); in DeprecatedLoadObjByValue() local
178 Branch(TaggedIsHole(*result), &slowPath, &exit); in DeprecatedLoadObjByValue()
184 Jump(&exit); in DeprecatedLoadObjByValue()
186 Bind(&exit); in DeprecatedLoadObjByValue()
198 Label exit(env); in StoreObjByValue() local
205 builder.StoreICByValue(&result, &tryFastPath, &slowPath, &exit); in StoreObjByValue()
209 Branch(TaggedIsHole(*result), &slowPath, &exit); in StoreObjByValue()
215 Jump(&exit); in StoreObjByValue()
217 Bind(&exit); in StoreObjByValue()
229 Label exit(env); in TryLoadGlobalByName() local
238 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryLoadGlobalByName()
249 Jump(&exit); in TryLoadGlobalByName()
255 Branch(TaggedIsHole(*result), &slowPath, &exit); in TryLoadGlobalByName()
263 Jump(&exit); in TryLoadGlobalByName()
266 Bind(&exit); in TryLoadGlobalByName()
278 Label exit(env); in TryStoreGlobalByName() local
286 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in TryStoreGlobalByName()
297 Jump(&exit); in TryStoreGlobalByName()
309 Jump(&exit); in TryStoreGlobalByName()
314 Jump(&exit); in TryStoreGlobalByName()
325 Jump(&exit); in TryStoreGlobalByName()
328 Bind(&exit); in TryStoreGlobalByName()
340 Label exit(env); in LoadGlobalVar() local
349 builder.TryLoadGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in LoadGlobalVar()
355 Branch(TaggedIsHole(*result), &slowPath, &exit); in LoadGlobalVar()
363 Jump(&exit); in LoadGlobalVar()
366 Bind(&exit); in LoadGlobalVar()
378 Label exit(env); in StoreGlobalVar() local
386 builder.TryStoreGlobalICByName(&result, &tryFastPath, &slowPath, &exit); in StoreGlobalVar()
392 Jump(&exit); in StoreGlobalVar()
401 Jump(&exit); in StoreGlobalVar()
404 Bind(&exit); in StoreGlobalVar()