Searched refs:constructorInvokesAnother (Results 1 – 1 of 1) sorted by relevance
876 if (isConstructor(methodTree) && !constructorInvokesAnother(methodTree, state)) { in relevantInitializerMethodOrBlock()1597 if (constructorInvokesAnother(constructor, state)) { in checkConstructorInitialization()1636 private boolean constructorInvokesAnother(MethodTree constructor, VisitorState state) { in constructorInvokesAnother() method in NullAway