Home
last modified time | relevance | path

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

/art/test/1004-checker-volatile-ref-load/src/
DMain.java58 allocateAtLeast1KiB(); in test()
82 public static void allocateAtLeast1KiB() { in allocateAtLeast1KiB() method in Main
/art/test/160-read-barrier-stress/src/
DMain.java42 allocateAtLeast1KiB(); in testFieldReads()
75 allocateAtLeast1KiB(); in testArrayReadsWithConstIndex()
115 allocateAtLeast1KiB(); in testArrayReadsWithNonConstIndex()
163 allocateAtLeast1KiB(); in testGcRoots()
200 allocateAtLeast1KiB(); in testUnsafeGet()
237 allocateAtLeast1KiB(); in testUnsafeCas()
263 allocateAtLeast1KiB(); in testUnsafeCasRegression()
309 public static void allocateAtLeast1KiB() { in allocateAtLeast1KiB() method in Main