Lines Matching refs:kLabSize
67 const int kLabSize = 4 * KB; in TEST() local
68 Address base = AllocateLabBackingStore(heap, kLabSize); in TEST()
69 Address limit = base + kLabSize; in TEST()
70 intptr_t expected_sizes_raw[1] = {kLabSize}; in TEST()
76 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
86 const int kLabSize = 4 * KB; in TEST() local
87 Address base = AllocateLabBackingStore(heap, kLabSize); in TEST()
88 Address limit = base + kLabSize; in TEST()
90 intptr_t expected_sizes_raw[2] = {128, kLabSize - 128}; in TEST()
97 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
113 const int kLabSize = 2 * KB; in TEST() local
114 Address base = AllocateLabBackingStore(heap, kLabSize); in TEST()
115 Address limit = base + kLabSize; in TEST()
126 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
133 CHECK_EQ(kLabSize - sum, 384); in TEST()
142 const int kLabSize = 2 * KB; in TEST() local
143 Address base = AllocateLabBackingStore(heap, kLabSize); in TEST()
144 Address limit = base + kLabSize; in TEST()
153 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()
163 CHECK_EQ(kLabSize - sum, 0); in TEST()
172 const int kLabSize = 2 * KB; in TEST() local
173 Address base1 = AllocateLabBackingStore(heap, kLabSize); in TEST()
174 Address limit1 = base1 + kLabSize; in TEST()
176 Address limit2 = base2 + kLabSize; in TEST()
194 LocalAllocationBuffer::FromResult(heap, lab_backing_store1, kLabSize); in TEST()
207 LocalAllocationBuffer::FromResult(heap, lab_backing_store2, kLabSize); in TEST()
218 CHECK_EQ(2 * kLabSize - sum, 0); in TEST()
228 const int kLabSize = 2 * KB; in TEST() local
229 Address base1 = AllocateLabBackingStore(heap, kLabSize); in TEST()
230 Address base2 = base1 + kLabSize; in TEST()
231 Address base3 = base2 + kLabSize; in TEST()
236 LocalAllocationBuffer::FromResult(heap, lab_backing_store1, kLabSize); in TEST()
241 LocalAllocationBuffer::FromResult(heap, lab_backing_store2, kLabSize); in TEST()
246 LocalAllocationBuffer::FromResult(heap, lab_backing_store3, kLabSize); in TEST()
258 const int kLabSize = 2 * KB; in TEST() local
259 Address base = AllocateLabBackingStore(heap, kLabSize); in TEST()
260 Address limit = base + kLabSize; in TEST()
272 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize); in TEST()