Lines Matching full:exit
102 Label exit(env); in GetCallArg0() local
103 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(0)), &isValid, &exit); in GetCallArg0()
107 Jump(&exit); in GetCallArg0()
109 Bind(&exit); in GetCallArg0()
122 Label exit(env); in GetCallArg1() local
123 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(1)), &isValid, &exit); in GetCallArg1()
127 Jump(&exit); in GetCallArg1()
129 Bind(&exit); in GetCallArg1()
142 Label exit(env); in GetCallArg2() local
144 BRANCH(Int32GreaterThan(TruncPtrToInt32(numArg), Int32(2)), &isValid, &exit); in GetCallArg2()
148 Jump(&exit); in GetCallArg2()
150 Bind(&exit); in GetCallArg2()
167 Label exit(env); in GetArgFromArgv() local
168 BRANCH(IntPtrGreaterThan(numArgs, index), &validIndex, &exit); in GetArgFromArgv()
173 Jump(&exit); in GetArgFromArgv()
175 Bind(&exit); in GetArgFromArgv()
187 Label exit(env); in CallSlowPath() local
201 Jump(&exit); in CallSlowPath()
211 Jump(&exit); in CallSlowPath()
222 Jump(&exit); in CallSlowPath()
231 Jump(&exit); in CallSlowPath()
236 Bind(&exit); in CallSlowPath()
247 … Label exit(env); \
250 … builder.method(glue, thisValue, numArgs, &res, &exit, &slowPath); \
254 … Jump(&exit); \
256 … Bind(&exit); \
267 … Label exit(env); \
269 … builder.method(&res, &exit, &slowPath); \
273 … Jump(&exit); \
275 … Bind(&exit); \
286 … Label exit(env); \
288 … builder.method(&res, &exit, &slowPath); \
292 … Jump(&exit); \
294 … Bind(&exit); \
305 … Label exit(env); \
307 … builder.function<DataViewType::numType>(glue, thisValue, numArgs, &res, &exit, &slowPath); \
312 … Jump(&exit); \
314 … Bind(&exit); \
353 … Label exit(env); \
356 … builder.method(glue, thisValue, numArgs, &res, &exit, &slowPath); \
360 … Jump(&exit); \
362 … Bind(&exit); \
381 …Label exit(env); …
384 …containersBuilder.method(glue, thisValue, numArgs, &res, &exit, &slowPath, ContainersType::methodT…
388 …Jump(&exit); …
390 …Bind(&exit); …
406 Label exit(env); in BUILTINS_WITH_CONTAINERS_STUB_BUILDER() local
428 Jump(&exit); in BUILTINS_WITH_CONTAINERS_STUB_BUILDER()
436 Jump(&exit); in BUILTINS_WITH_CONTAINERS_STUB_BUILDER()
444 Jump(&exit); in BUILTINS_WITH_CONTAINERS_STUB_BUILDER()
446 Bind(&exit); in BUILTINS_WITH_CONTAINERS_STUB_BUILDER()
459 Label exit(env); in DECLARE_BUILTINS() local
520 Jump(&exit); in DECLARE_BUILTINS()
529 Jump(&exit); in DECLARE_BUILTINS()
536 Jump(&exit); in DECLARE_BUILTINS()
538 Bind(&exit); in DECLARE_BUILTINS()