Searched refs:annotateBytecode (Results 1 – 3 of 3) sorted by relevance
/external/nullaway/jar-infer/jar-infer-lib/src/main/java/com/uber/nullaway/jarinfer/ |
D | DefinitelyDerefedParamsDriver.java | 88 private boolean annotateBytecode = false; field in DefinitelyDerefedParamsDriver 173 boolean annotateBytecode, in run() argument 181 this.annotateBytecode = annotateBytecode; in run() 187 if (this.annotateBytecode) { in run() 200 if (!this.annotateBytecode) { in run() 480 return annotateBytecode ? mtd.getSignature() : getAstubxSignature(mtd); in getSignature()
|
D | BytecodeAnnotator.java | 144 private static void annotateBytecode( in annotateBytecode() method in BytecodeAnnotator 210 annotateBytecode(is, os, nonnullParams, nullableReturns, javaxNullableDesc, javaxNonnullDesc); in annotateBytecodeInClass() 226 annotateBytecode(is, jarOS, nonnullParams, nullableReturns, nullableDesc, nonnullDesc); in copyAndAnnotateJarEntry()
|
/external/nullaway/jar-infer/jar-infer-cli/src/main/java/com/uber/nullaway/jarinfer/ |
D | JarInfer.java | 98 boolean annotateBytecode = line.hasOption('b'); in main() 107 jarPath, pkgName, outPath, annotateBytecode, stripJarSignatures, false, debug, verbose); in main()
|