Home
last modified time | relevance | path

Searched defs:nonnullParams (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/
H A DBytecodeAnnotator.java149 MethodParamAnnotations nonnullParams, in annotateBytecode()
205 MethodParamAnnotations nonnullParams, in annotateBytecodeInClass()
231 MethodParamAnnotations nonnullParams, in copyAndAnnotateJarEntry()
286 MethodParamAnnotations nonnullParams, in annotateBytecodeInJar()
327 MethodParamAnnotations nonnullParams, in annotateBytecodeInAar()
H A DDefinitelyDerefedParamsDriver.java85 private MethodParamAnnotations nonnullParams = new MethodParamAnnotations(); field in DefinitelyDerefedParamsDriver