Home
last modified time | relevance | path

Searched refs:REDEFINED_DEX_BYTES (Results 1 – 10 of 10) sorted by relevance

/art/test/1975-hello-structural-transformation/
Dexpected.txt2 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/
DTransform1975.java47 public static byte[] REDEFINED_DEX_BYTES = field in Transform1975
91 + Base64.getEncoder().encodeToString(REDEFINED_DEX_BYTES)); in readFields()
DTest1975.java63 "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/
DTransform1976.java43 public static byte[] REDEFINED_DEX_BYTES = field in Transform1976
DTest1976.java165 Transform1976.class, Transform1976.REDEFINED_DEX_BYTES); in doTest()
/art/test/2031-zygote-compiled-frame-deopt/src/art/
DTest2031.java77 Redefinition.doCommonStructuralClassRedefinition(Transform.class, REDEFINED_DEX_BYTES); in doRedefinition()
150 private static byte[] REDEFINED_DEX_BYTES = field in Test2031
/art/test/1984-structural-redefine-field-trace/src/art/
DTest1984.java70 public static final byte[] REDEFINED_DEX_BYTES = field in Test1984
124 Redefinition.doCommonStructuralClassRedefinition(Transform.class, REDEFINED_DEX_BYTES); in run()
/art/test/1979-threaded-structural-transformation/src/art/
DTest1979.java59 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/
DTest1982.java56 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/
DTest1981.java138 private static byte[] REDEFINED_DEX_BYTES = field in Test1981
211 Redefinition.doCommonStructuralClassRedefinition(Transform.class, REDEFINED_DEX_BYTES); in doTest()