Home
last modified time | relevance | path

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

/art/test/905-object-free/src/art/
DTest905.java151 long expectedTag1 = (i * 2) + 1; in stress() local
152 if (Main.getTag(saved[i]) != expectedTag1) { in stress()
154 + expectedTag1 + " got " + Main.getTag(saved[i])); in stress()
156 if (getTag2(saved[i]) != 1 + expectedTag1) { in stress()
158 + (expectedTag1 + 1) + " got " + getTag2(saved[i])); in stress()
160 if (Arrays.binarySearch(freedTags1, expectedTag1) >= 0) { in stress()
162 + expectedTag1); in stress()
164 if (Arrays.binarySearch(freedTags2, expectedTag1 + 1) >= 0) { in stress()
166 + (expectedTag1 + 1)); in stress()