Home
last modified time | relevance | path

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

/art/test/2026-DifferentMemoryLSCouples/src/
DMain.java24 int fieldB; field in Main.B
40 int b = inst2.fieldB; in testLoop()
41 inst2.fieldB = b + 2 * i; in testLoop()
44 assertIntEquals(inst2.fieldB, 2450); in testLoop()
/art/test/710-varhandle-creation/src/
DMain.java2128 public Object fieldB = "123"; field in Main.LookupCheckA