Searched refs:invokesSuperMethods (Results 1 – 3 of 3) sorted by relevance
42 private boolean invokesSuperMethods; field in SuperInvocationMarker54 invokesSuperMethods = false; in visitConstantInstruction()58 if (invokesSuperMethods) in visitConstantInstruction()70 invokesSuperMethods = in visitAnyMethodrefConstant()88 public static boolean invokesSuperMethods(Method method) in invokesSuperMethods() method in SuperInvocationMarker91 return info == null || info.invokesSuperMethods(); in invokesSuperMethods()
40 private boolean invokesSuperMethods = false; field in MethodOptimizationInfo136 invokesSuperMethods = true; in setInvokesSuperMethods()140 public boolean invokesSuperMethods() in invokesSuperMethods() method in MethodOptimizationInfo142 return invokesSuperMethods; in invokesSuperMethods()288 this.invokesSuperMethods |= other.invokesSuperMethods; in merge()301 this.invokesSuperMethods = true; in merge()
527 (!SuperInvocationMarker.invokesSuperMethods(programMethod) && in visitProgramMethod()