Home
last modified time | relevance | path

Searched refs:old_space (Results 1 – 25 of 268) sorted by relevance

1234567891011

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/
H A Dng_layout_utils.cc51 old_space.AvailableSize().inline_size) in InlineLengthMayChange()
68 old_space.AvailableSize().block_size) in BlockLengthMayChange()
172 const NGConstraintSpace& old_space) { in CalculateSizeBasedLayoutCacheStatusWithGeometry() argument
212 if (old_space.IsFixedBlockSize()) in CalculateSizeBasedLayoutCacheStatusWithGeometry()
260 old_space.IsFixedBlockSize() in CalculateSizeBasedLayoutCacheStatusWithGeometry()
347 const NGConstraintSpace& old_space = in CalculateSizeBasedLayoutCacheStatus() local
382 const NGConstraintSpace& old_space = in MaySkipLegacyLayout() local
390 if (new_space.AreSizesEqual(old_space)) in MaySkipLegacyLayout()
410 const NGConstraintSpace& old_space = in MaySkipLayoutWithinBlockFormattingContext() local
422 DCHECK(old_space.HasFloats()); in MaySkipLayoutWithinBlockFormattingContext()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/
H A Dng_layout_utils.cc68 old_space.AvailableSize().block_size) in BlockLengthMayChange()
172 const NGConstraintSpace& old_space) { in CalculateSizeBasedLayoutCacheStatusWithGeometry() argument
211 if (old_space.IsFixedBlockSize()) in CalculateSizeBasedLayoutCacheStatusWithGeometry()
279 old_space.IsFixedBlockSize() in CalculateSizeBasedLayoutCacheStatusWithGeometry()
331 DCHECK(old_space.IsTableCell()); in CalculateSizeBasedLayoutCacheStatusWithGeometry()
418 const NGConstraintSpace& old_space = in CalculateSizeBasedLayoutCacheStatus() local
455 const NGConstraintSpace& old_space = in MaySkipLegacyLayout() local
463 if (new_space.AreSizesEqual(old_space)) in MaySkipLegacyLayout()
483 const NGConstraintSpace& old_space = in MaySkipLayoutWithinBlockFormattingContext() local
495 DCHECK(old_space.HasFloats()); in MaySkipLayoutWithinBlockFormattingContext()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-invalidated-slots.cc27 PagedSpace* old_space = heap->old_space(); in AllocateByteArraysOnPage() local
32 heap::SimulateFullSpace(old_space); in AllocateByteArraysOnPage()
188 heap::SimulateFullSpace(old_space); in AllocateArrayOnFreshPage()
211 PagedSpace* old_space = heap->old_space(); in HEAP_TEST() local
213 AllocateArrayOnFreshPage(isolate, old_space, 1); in HEAP_TEST()
243 PagedSpace* old_space = heap->old_space(); in HEAP_TEST() local
245 AllocateArrayOnFreshPage(isolate, old_space, 1); in HEAP_TEST()
281 PagedSpace* old_space = heap->old_space(); in HEAP_TEST() local
283 AllocateArrayOnFreshPage(isolate, old_space, 1); in HEAP_TEST()
312 PagedSpace* old_space = heap->old_space(); in HEAP_TEST() local
[all …]
H A Dtest-external-string-tracker.cc55 heap->old_space()->ExternalBackingStoreBytes(type); in TEST()
64 heap->old_space()->ExternalBackingStoreBytes(type); in TEST()
79 heap->old_space()->ExternalBackingStoreBytes(type); in TEST()
91 heap->old_space()->ExternalBackingStoreBytes(type); in TEST()
104 heap::AbandonCurrentlyFreeMemory(heap->old_space()); in TEST()
108 heap->old_space()->ExternalBackingStoreBytes(type); in TEST()
122 heap->old_space()->ExternalBackingStoreBytes(type); in TEST()
128 heap->old_space()->ExternalBackingStoreBytes(type); in TEST()
148 heap->old_space()->ExternalBackingStoreBytes(type); in TEST()
165 CHECK_EQ(str->Length(), heap->old_space()->ExternalBackingStoreBytes(type) - in TEST()
[all …]
H A Dtest-spaces.cc586 PagedSpace* old_space = heap->old_space(); in HEAP_TEST() local
597 heap::SimulateFullSpace(old_space); in HEAP_TEST()
611 old_space->SetTopAndLimit(obj.address(), old_space->limit()); in HEAP_TEST()
680 PagedSpace* old_space = CcTest::heap()->old_space(); in TEST() local
682 old_space->ResetFreeList(); in TEST()
709 PagedSpace* old_space = CcTest::heap()->old_space(); in TEST() local
710 old_space->ResetFreeList(); in TEST()
733 PagedSpace* old_space = CcTest::heap()->old_space(); in TEST() local
735 old_space->ResetFreeList(); in TEST()
761 PagedSpace* old_space = CcTest::heap()->old_space(); in TEST() local
[all …]
H A Dtest-compaction.cc69 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
138 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
153 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
219 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
249 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
306 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
327 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
401 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
428 CHECK(heap->old_space()->Expand()); in HEAP_TEST()
/dports/lang/v8/v8-9.6.180.12/test/unittests/heap/
H A Dspaces-unittest.cc26 OldSpace* old_space = heap->old_space(); in TEST_F() local
27 EXPECT_TRUE(old_space != nullptr); in TEST_F()
34 for (Page* p : *old_space) { in TEST_F()
37 old_space->UnlinkFreeListCategories(p); in TEST_F()
54 int pages_in_old_space = old_space->CountTotalPages(); in TEST_F()
57 old_space->MergeCompactionSpace(compaction_space); in TEST_F()
59 old_space->CountTotalPages()); in TEST_F()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/20_util/align/
H A D1.cc40 size_t old_space = space; in test01() local
49 VERIFY( x - old_ptr == old_space - space ); in test01()
54 old_space = space; in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/align/
H A D1.cc40 size_t old_space = space; in test01() local
49 VERIFY( size_t(x - old_ptr) == old_space - space ); in test01()
54 old_space = space; in test01()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc40 size_t old_space = space; in test01() local
49 VERIFY( size_t(x - old_ptr) == old_space - space ); in test01()
54 old_space = space; in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/align/
H A D1.cc40 size_t old_space = space; in test01() local
49 VERIFY( size_t(x - old_ptr) == old_space - space ); in test01()
54 old_space = space; in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/20_util/align/
H A D1.cc40 size_t old_space = space; in test01() local
49 VERIFY( x - old_ptr == old_space - space ); in test01()
54 old_space = space; in test01()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc40 size_t old_space = space; in test01() local
49 VERIFY( size_t(x - old_ptr) == old_space - space ); in test01()
54 old_space = space; in test01()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/align/
H A D1.cc38 size_t old_space = space; in test01() local
47 VERIFY( x - old_ptr == old_space - space ); in test01()
52 old_space = space; in test01()

1234567891011