Exemplo n.º 1
0
 public static BytecodeFastAAccess0 at(Method method, int bci) {
   BytecodeFastAAccess0 b = new BytecodeFastAAccess0(method, bci);
   if (Assert.ASSERTS_ENABLED) {
     b.verify();
   }
   return b;
 }