Lines Matching refs:obj

190         ManyInterfaces obj = new ManyInterfaces();  in run()  local
206 testIface001(obj, iter); in run()
211 testIface049(obj, iter); in run()
216 testIface099(obj, iter); in run()
221 testVirt001(obj, iter); in run()
226 testVirt049(obj, iter); in run()
231 testVirt099(obj, iter); in run()
236 testInstance001(obj, iter); in run()
241 testInstance049(obj, iter); in run()
246 testInstance099(obj, iter); in run()
329 static void testVirt001(ManyInterfaces obj, int count) { in testVirt001() argument
331 obj.func001(); obj.func001(); obj.func001(); obj.func001(); in testVirt001()
332 obj.func001(); obj.func001(); obj.func001(); obj.func001(); in testVirt001()
333 obj.func001(); obj.func001(); obj.func001(); obj.func001(); in testVirt001()
334 obj.func001(); obj.func001(); obj.func001(); obj.func001(); in testVirt001()
338 static void testVirt049(ManyInterfaces obj, int count) { in testVirt049() argument
340 obj.func049(); obj.func049(); obj.func049(); obj.func049(); in testVirt049()
341 obj.func049(); obj.func049(); obj.func049(); obj.func049(); in testVirt049()
342 obj.func049(); obj.func049(); obj.func049(); obj.func049(); in testVirt049()
343 obj.func049(); obj.func049(); obj.func049(); obj.func049(); in testVirt049()
347 static void testVirt099(ManyInterfaces obj, int count) { in testVirt099() argument
349 obj.func099(); obj.func099(); obj.func099(); obj.func099(); in testVirt099()
350 obj.func099(); obj.func099(); obj.func099(); obj.func099(); in testVirt099()
351 obj.func099(); obj.func099(); obj.func099(); obj.func099(); in testVirt099()
352 obj.func099(); obj.func099(); obj.func099(); obj.func099(); in testVirt099()
356 static void testInstance001(Object obj, int count) { in testInstance001() argument
357 if (!(obj instanceof Interface001)) in testInstance001()
361 is = obj instanceof Interface001; in testInstance001()
362 is = obj instanceof Interface001; in testInstance001()
363 is = obj instanceof Interface001; in testInstance001()
364 is = obj instanceof Interface001; in testInstance001()
365 is = obj instanceof Interface001; in testInstance001()
366 is = obj instanceof Interface001; in testInstance001()
367 is = obj instanceof Interface001; in testInstance001()
368 is = obj instanceof Interface001; in testInstance001()
369 is = obj instanceof Interface001; in testInstance001()
370 is = obj instanceof Interface001; in testInstance001()
371 is = obj instanceof Interface001; in testInstance001()
372 is = obj instanceof Interface001; in testInstance001()
373 is = obj instanceof Interface001; in testInstance001()
374 is = obj instanceof Interface001; in testInstance001()
375 is = obj instanceof Interface001; in testInstance001()
376 is = obj instanceof Interface001; in testInstance001()
380 static void testInstance049(Object obj, int count) { in testInstance049() argument
381 if (!(obj instanceof Interface049)) in testInstance049()
385 is = obj instanceof Interface049; in testInstance049()
386 is = obj instanceof Interface049; in testInstance049()
387 is = obj instanceof Interface049; in testInstance049()
388 is = obj instanceof Interface049; in testInstance049()
389 is = obj instanceof Interface049; in testInstance049()
390 is = obj instanceof Interface049; in testInstance049()
391 is = obj instanceof Interface049; in testInstance049()
392 is = obj instanceof Interface049; in testInstance049()
393 is = obj instanceof Interface049; in testInstance049()
394 is = obj instanceof Interface049; in testInstance049()
395 is = obj instanceof Interface049; in testInstance049()
396 is = obj instanceof Interface049; in testInstance049()
397 is = obj instanceof Interface049; in testInstance049()
398 is = obj instanceof Interface049; in testInstance049()
399 is = obj instanceof Interface049; in testInstance049()
400 is = obj instanceof Interface049; in testInstance049()
404 static void testInstance099(Object obj, int count) { in testInstance099() argument
405 if (!(obj instanceof Interface099)) in testInstance099()
409 is = obj instanceof Interface099; in testInstance099()
410 is = obj instanceof Interface099; in testInstance099()
411 is = obj instanceof Interface099; in testInstance099()
412 is = obj instanceof Interface099; in testInstance099()
413 is = obj instanceof Interface099; in testInstance099()
414 is = obj instanceof Interface099; in testInstance099()
415 is = obj instanceof Interface099; in testInstance099()
416 is = obj instanceof Interface099; in testInstance099()
417 is = obj instanceof Interface099; in testInstance099()
418 is = obj instanceof Interface099; in testInstance099()
419 is = obj instanceof Interface099; in testInstance099()
420 is = obj instanceof Interface099; in testInstance099()
421 is = obj instanceof Interface099; in testInstance099()
422 is = obj instanceof Interface099; in testInstance099()
423 is = obj instanceof Interface099; in testInstance099()
424 is = obj instanceof Interface099; in testInstance099()