/art/test/1975-hello-structural-transformation/ |
D | expected.txt | 2 Saving Field object (ID: 1) public static byte[] art.Transform1975.REDEFINED_DEX_BYTES for later 9 public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, 51, 53… 12 ORIGINAL VALUE REDEFINED_DEX_BYTES: ZGV4CjAzNQDNGFvYlmyIt+u4bnNv+OyNVekBxlrJi6EgBwAAcAAAAHhWNBIAAAA… 15 Field public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, … 18 Read REDEFINED_DEX_BYTES field: (ID: 6) [100, 101, 120, 10, 48, 51, 53, 0, -51, 24, ...] 21 (ID: 8) MethodHandle()byte[] (public static byte[] art.Transform1975.REDEFINED_DEX_BYTES) = (ID: 6)… 26 public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, 51, 53… 29 ORIGINAL VALUE REDEFINED_DEX_BYTES: ZGV4CjAzNQDNGFvYlmyIt+u4bnNv+OyNVekBxlrJi6EgBwAAcAAAAHhWNBIAAAA… 32 Field public static byte[] art.Transform1975.REDEFINED_DEX_BYTES = (ID: 6) [100, 101, 120, 10, 48, … 35 Read REDEFINED_DEX_BYTES field: (ID: 6) [100, 101, 120, 10, 48, 51, 53, 0, -51, 24, ...] [all …]
|
/art/test/1975-hello-structural-transformation/src/art/ |
D | Transform1975.java | 47 public static byte[] REDEFINED_DEX_BYTES = field in Transform1975 91 + Base64.getEncoder().encodeToString(REDEFINED_DEX_BYTES)); in readFields()
|
D | Test1975.java | 63 "Read REDEFINED_DEX_BYTES field: " + printGeneric(Transform1975.REDEFINED_DEX_BYTES)); in run() 212 Transform1975.class, Transform1975.REDEFINED_DEX_BYTES); in doTest()
|
/art/test/1976-hello-structural-static-methods/src/art/ |
D | Transform1976.java | 43 public static byte[] REDEFINED_DEX_BYTES = field in Transform1976
|
D | Test1976.java | 165 Transform1976.class, Transform1976.REDEFINED_DEX_BYTES); in doTest()
|
/art/test/1984-structural-redefine-field-trace/src/art/ |
D | Test1984.java | 70 public static final byte[] REDEFINED_DEX_BYTES = field in Test1984 124 Redefinition.doCommonStructuralClassRedefinition(Transform.class, REDEFINED_DEX_BYTES); in run()
|
/art/test/2031-zygote-compiled-frame-deopt/src/art/ |
D | Test2031.java | 77 Redefinition.doCommonStructuralClassRedefinition(Transform.class, REDEFINED_DEX_BYTES); in doRedefinition() 150 private static byte[] REDEFINED_DEX_BYTES = field in Test2031
|
/art/test/1979-threaded-structural-transformation/src/art/ |
D | Test1979.java | 59 Transform.class, REDEFINED_DEX_BYTES); in doRedefinition() 104 private static byte[] REDEFINED_DEX_BYTES = Base64.getDecoder().decode( field in Test1979
|
/art/test/1982-no-virtuals-structural-redefinition/src/art/ |
D | Test1982.java | 56 Redefinition.doCommonStructuralClassRedefinition(Transform.class, REDEFINED_DEX_BYTES); in doRedefinition() 137 private static byte[] REDEFINED_DEX_BYTES = field in Test1982
|
/art/test/1981-structural-redef-private-method-handles/src/art/ |
D | Test1981.java | 138 private static byte[] REDEFINED_DEX_BYTES = field in Test1981 211 Redefinition.doCommonStructuralClassRedefinition(Transform.class, REDEFINED_DEX_BYTES); in doTest()
|