Home
last modified time | relevance | path

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

/art/test/1981-structural-redef-private-method-handles/src/art/
DTest1981.java184 Object foo_handle = vh.findStaticVarHandle(lookup, Transform.class, "FOO", Object.class); in doTest() local
187 foo_handle, vh.findStaticVarHandle(lookup, Transform.class, "BAR", Object.class), in doTest()
287 vh.set(foo_handle, new_val); in doTest()