Lines Matching full:exit
104 Label exit(env); in GetCallArg0() local
105 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(0)), &isValid, &exit); in GetCallArg0()
109 Jump(&exit); in GetCallArg0()
111 Bind(&exit); in GetCallArg0()
124 Label exit(env); in GetCallArg1() local
125 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(1)), &isValid, &exit); in GetCallArg1()
129 Jump(&exit); in GetCallArg1()
131 Bind(&exit); in GetCallArg1()
144 Label exit(env); in GetCallArg2() local
146 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(2)), &isValid, &exit); in GetCallArg2()
150 Jump(&exit); in GetCallArg2()
152 Bind(&exit); in GetCallArg2()
169 Label exit(env); in GetArgFromArgv() local
170 BRANCH(IntPtrGreaterThan(numArgs, index), &validIndex, &exit); in GetArgFromArgv()
175 Jump(&exit); in GetArgFromArgv()
177 Bind(&exit); in GetArgFromArgv()
189 Label exit(env); in CallSlowPath() local
203 Jump(&exit); in CallSlowPath()
213 Jump(&exit); in CallSlowPath()
224 Jump(&exit); in CallSlowPath()
233 Jump(&exit); in CallSlowPath()
238 Bind(&exit); in CallSlowPath()
249 … Label exit(env); \
252 … builder.method(glue, thisValue, numArgs, &res, &exit, &slowPath); \
256 … Jump(&exit); \
258 … Bind(&exit); \
269 … Label exit(env); \
271 … builder.method(&res, &exit, &slowPath); \
275 … Jump(&exit); \
277 … Bind(&exit); \
288 … Label exit(env); \
290 … builder.method(&res, &exit, &slowPath); \
294 … Jump(&exit); \
296 … Bind(&exit); \
307 …Label exit(env); \
309 …builder.function<DataViewType::numType>(glue, thisValue, numArgs, &res, &exit, &slowPath); \
314 … Jump(&exit); \
316 …Bind(&exit); \
355 … Label exit(env); \
358 … builder.method(glue, thisValue, numArgs, &res, &exit, &slowPath); \
362 … Jump(&exit); \
364 … Bind(&exit); \
377 …Label exit(env); …
379 …builder.method(&res, &exit); …
380 …Bind(&exit); …
411 … Label exit(env); \ in AOT_AND_BUILTINS_STUB_LIST_WITH_METHOD()
414 … builder.method(glue, thisValue, numArgs, &res, &exit, &slowPath); \ in AOT_AND_BUILTINS_STUB_LIST_WITH_METHOD()
418 … Jump(&exit); \ in AOT_AND_BUILTINS_STUB_LIST_WITH_METHOD()
420 … Bind(&exit); \ in AOT_AND_BUILTINS_STUB_LIST_WITH_METHOD()
436 Label exit(env); local
458 Jump(&exit);
466 Jump(&exit);
474 Jump(&exit);
476 Bind(&exit);
489 Label exit(env); in DECLARE_BUILTINS() local
550 Jump(&exit); in DECLARE_BUILTINS()
559 Jump(&exit); in DECLARE_BUILTINS()
566 Jump(&exit); in DECLARE_BUILTINS()
568 Bind(&exit); in DECLARE_BUILTINS()