HomeSort by relevance Sort by last modified time
    Searched refs:kLabSize (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/heap/
test-lab.cc 66 const int kLabSize = 4 * KB;
67 Address base = AllocateLabBackingStore(heap, kLabSize);
68 Address limit = base + kLabSize;
69 intptr_t expected_sizes_raw[1] = {kLabSize};
75 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize);
85 const int kLabSize = 4 * KB;
86 Address base = AllocateLabBackingStore(heap, kLabSize);
87 Address limit = base + kLabSize;
89 intptr_t expected_sizes_raw[2] = {128, kLabSize - 128};
96 LocalAllocationBuffer::FromResult(heap, lab_backing_store, kLabSize);
    [all...]
  /external/v8/src/heap/
mark-compact.cc     [all...]

Completed in 91 milliseconds