Home
last modified time | relevance | path

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

/external/v8/test/cctest/heap/
Dtest-lab.cc67 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()
[all …]
/external/v8/src/heap/
Dmark-compact.cc1740 static const intptr_t kLabSize = 4 * KB; member in v8::internal::MarkCompactCollector::EvacuateNewSpaceVisitor
1806 AllocateInNewSpace(kLabSize, kWordAligned, kStickyBailoutOldSpace); in NewLocalAllocationBuffer()
1808 buffer_ = LocalAllocationBuffer::FromResult(heap_, result, kLabSize); in NewLocalAllocationBuffer()