Redefinition.java | 24 public final byte[] class_file_bytes; field in class:Redefinition.CommonClassDefinition 27 public CommonClassDefinition(Class<?> target, byte[] class_file_bytes, byte[] dex_file_bytes) { 29 this.class_file_bytes = class_file_bytes; 65 class_files.add(d.class_file_bytes); 76 d.class_file_bytes,
|