Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/wasm/
H A Drelocatable-options.test3 … wasm-ld -o %t.wasm --relocatable --growable-table %t.o 2>&1 | FileCheck %s --check-prefix=GROWABLE
6 ; GROWABLE: error: --relocatable is incompatible with --growable-table
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/wasm/
H A Drelocatable-options.test3 … wasm-ld -o %t.wasm --relocatable --growable-table %t.o 2>&1 | FileCheck %s --check-prefix=GROWABLE
6 ; GROWABLE: error: --relocatable is incompatible with --growable-table
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/wasm/
H A Drelocatable-options.test3 … wasm-ld -o %t.wasm --relocatable --growable-table %t.o 2>&1 | FileCheck %s --check-prefix=GROWABLE
6 ; GROWABLE: error: --relocatable is incompatible with --growable-table
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/wasm/
H A Drelocatable-options.test3 … wasm-ld -o %t.wasm --relocatable --growable-table %t.o 2>&1 | FileCheck %s --check-prefix=GROWABLE
6 ; GROWABLE: error: --relocatable is incompatible with --growable-table
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/wasm/
H A Drelocatable-options.test3 … wasm-ld -o %t.wasm --relocatable --growable-table %t.o 2>&1 | FileCheck %s --check-prefix=GROWABLE
6 ; GROWABLE: error: --relocatable is incompatible with --growable-table
/dports/www/firefox-esr/firefox-91.8.0/gfx/tests/gtest/
H A DTestArena.cpp167 TestArenaAlloc(IterableArena::GROWABLE); in TEST()
168 TestArenaLimit(IterableArena::GROWABLE, false); in TEST()
170 IterableArena arena(IterableArena::GROWABLE, 16); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/tests/gtest/
H A DTestArena.cpp167 TestArenaAlloc(IterableArena::GROWABLE); in TEST()
168 TestArenaLimit(IterableArena::GROWABLE, false); in TEST()
170 IterableArena arena(IterableArena::GROWABLE, 16); in TEST()
/dports/www/firefox/firefox-99.0/gfx/tests/gtest/
H A DTestArena.cpp167 TestArenaAlloc(IterableArena::GROWABLE); in TEST()
168 TestArenaLimit(IterableArena::GROWABLE, false); in TEST()
170 IterableArena arena(IterableArena::GROWABLE, 16); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/tests/gtest/
H A DTestArena.cpp167 TestArenaAlloc(IterableArena::GROWABLE); in TEST()
168 TestArenaLimit(IterableArena::GROWABLE, false); in TEST()
170 IterableArena arena(IterableArena::GROWABLE, 16); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/tests/gtest/
H A DTestArena.cpp171 TestArenaAlloc(IterableArena::GROWABLE);
172 TestArenaLimit(IterableArena::GROWABLE, false);
174 IterableArena arena(IterableArena::GROWABLE, 16);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/tests/gtest/
H A DTestArena.cpp164 TestArenaAlloc(IterableArena::GROWABLE); in TEST()
165 TestArenaLimit(IterableArena::GROWABLE, false); in TEST()
167 IterableArena arena(IterableArena::GROWABLE, 16); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DIterableArena.h37 enum ArenaType { FIXED_SIZE, GROWABLE }; enumerator
40 : mSize(aStorageSize), mCursor(0), mIsGrowable(aType == GROWABLE) { in IterableArena()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DIterableArena.h37 enum ArenaType { FIXED_SIZE, GROWABLE }; enumerator
40 : mSize(aStorageSize), mCursor(0), mIsGrowable(aType == GROWABLE) { in IterableArena()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DIterableArena.h37 enum ArenaType { FIXED_SIZE, GROWABLE }; enumerator
40 : mSize(aStorageSize), mCursor(0), mIsGrowable(aType == GROWABLE) { in IterableArena()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DIterableArena.h37 enum ArenaType { FIXED_SIZE, GROWABLE }; enumerator
40 : mSize(aStorageSize), mCursor(0), mIsGrowable(aType == GROWABLE) { in IterableArena()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DIterableArena.h36 enum ArenaType { FIXED_SIZE, GROWABLE }; enumerator
39 : mSize(aStorageSize), mCursor(0), mIsGrowable(aType == GROWABLE) { in IterableArena()
H A DDrawingJob.h51 : mStorage(IterableArena::GROWABLE, aSize) {} in mStorage() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DIterableArena.h37 GROWABLE enumerator
43 , mIsGrowable(aType == GROWABLE) in IterableArena()
H A DDrawingJob.h51 : mStorage(IterableArena::GROWABLE, aSize) in mStorage() argument