Searched refs:BytecodeAnnotator (Results 1 – 4 of 4) sorted by relevance
432 BytecodeAnnotator.javaxNullableDesc, in toyJARAnnotatingClasses()434 BytecodeAnnotator.javaxNonnullDesc)); in toyJARAnnotatingClasses()449 BytecodeAnnotator.androidNullableDesc, in toyAARAnnotatingClasses()451 BytecodeAnnotator.androidNonnullDesc)); in toyAARAnnotatingClasses()500 BytecodeAnnotator.javaxNullableDesc, in testSignedJars()502 BytecodeAnnotator.javaxNonnullDesc))); in testSignedJars()
142 return countAnnotations(method.visibleAnnotations, BytecodeAnnotator.javaxNullableDesc) == 1; in checkTestMethodAnnotationByName()165 if (countAnnotations(annotations, BytecodeAnnotator.javaxNonnullDesc) != 1) { in checkTestMethodParamAnnotationByName()
47 public final class BytecodeAnnotator { class209 BytecodeAnnotator.debug = debug; in annotateBytecodeInClass()291 BytecodeAnnotator.debug = debug; in annotateBytecodeInJar()332 BytecodeAnnotator.debug = debug; in annotateBytecodeInAar()
463 BytecodeAnnotator.annotateBytecodeInJar( in writeAnnotations()469 BytecodeAnnotator.annotateBytecodeInAar( in writeAnnotations()475 BytecodeAnnotator.annotateBytecodeInClass(is, os, nonnullParams, nullableReturns, DEBUG); in writeAnnotations()