Lines Matching defs:ctorNotBase
1538 Label ctorNotBase(env);
1554 BRANCH(IsBase(superCtor), &ctorIsBase, &ctorNotBase);
1558 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
1559 Bind(&ctorNotBase);
3540 Label ctorNotBase(env);
3552 BRANCH(IsBase(superCtor), &ctorIsBase, &ctorNotBase);
3557 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
3559 Bind(&ctorNotBase);
4617 Label ctorNotBase(env);
4627 BRANCH(IsBase(ctor), &ctorIsBase, &ctorNotBase);
4632 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
4634 Bind(&ctorNotBase);
4689 Label ctorNotBase(env);
4699 BRANCH(IsBase(ctor), &ctorIsBase, &ctorNotBase);
4704 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
4706 Bind(&ctorNotBase);
4762 Label ctorNotBase(env);
4772 BRANCH(IsBase(ctor), &ctorIsBase, &ctorNotBase);
4777 BRANCH(HasPendingException(glue), &isException, &ctorNotBase);
4779 Bind(&ctorNotBase);