Lines Matching refs:C0
17 class C0 { public static void m(Context c, Binder b) { /* Defeat inlining. */ if (Main.doThrow) { throw new Error(); } } }1282 C0.m(context, binder);