Home | History | Annotate | Download | only in src

Lines Matching defs:check

108       check(npe, thisLine += 2, methodLine, "$opt$setObjectField");
114 check(npe, thisLine += 6, methodLine += 4, "$opt$setIntField");
120 check(npe, thisLine += 6, methodLine += 4, "$opt$setFloatField");
126 check(npe, thisLine += 6, methodLine += 4, "$opt$setLongField");
132 check(npe, thisLine += 6, methodLine += 4, "$opt$setDoubleField");
138 check(npe, thisLine += 6, methodLine += 4, "$opt$setByteField");
144 check(npe, thisLine += 6, methodLine += 4, "$opt$setBooleanField");
150 check(npe, thisLine += 6, methodLine += 4, "$opt$setCharField");
156 check(npe, thisLine += 6, methodLine += 4, "$opt$setShortField");
162 check(npe, thisLine += 6, methodLine += 4, "$opt$getObjectField");
168 check(npe, thisLine += 6, methodLine += 4, "$opt$getIntField");
174 check(npe, thisLine += 6, methodLine += 4, "$opt$getFloatField");
180 check(npe, thisLine += 6, methodLine += 4, "$opt$getLongField");
186 check(npe, thisLine += 6, methodLine += 4, "$opt$getDoubleField");
192 check(npe, thisLine += 6, methodLine += 4, "$opt$getByteField");
198 check(npe, thisLine += 6, methodLine += 4, "$opt$getBooleanField");
204 check(npe, thisLine += 6, methodLine += 4, "$opt$getCharField");
210 check(npe, thisLine += 6, methodLine += 4, "$opt$getShortField");
214 static void check(NullPointerException npe, int mainLine, int medthodLine, String methodName) {