Home
last modified time | relevance | path

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

/art/test/1004-checker-volatile-ref-load/src/
DMain.java83 memory[allocationIndex] = new Object[1024 / 4]; in allocateAtLeast1KiB()
84 ++allocationIndex; in allocateAtLeast1KiB()
85 if (allocationIndex == memory.length) { in allocateAtLeast1KiB()
86 allocationIndex = 0; in allocateAtLeast1KiB()
91 public static int allocationIndex = 0; field in Main
/art/test/160-read-barrier-stress/src/
DMain.java311 memory[allocationIndex] = new Object[1024 / 4]; in allocateAtLeast1KiB()
312 ++allocationIndex; in allocateAtLeast1KiB()
313 if (allocationIndex == memory.length) { in allocateAtLeast1KiB()
314 allocationIndex = 0; in allocateAtLeast1KiB()
331 public static int allocationIndex = 0; field in Main