Home
last modified time | relevance | path

Searched refs:addMovingGrowObserver (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/wasm/
H A DWasmTable.h76 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmTable.cpp190 Table::addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance) in addMovingGrowObserver() function in Table
H A DWasmJS.h226 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmInstance.cpp408 if (memory_ && memory_->movingGrowable() && !memory_->addMovingGrowObserver(cx, object_)) in init()
412 if (table->movingGrowable() && !table->addMovingGrowObserver(cx, object_)) in init()
H A DWasmJS.cpp1268 WasmMemoryObject::addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance) in addMovingGrowObserver() function in WasmMemoryObject
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmTable.h74 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmTable.cpp170 bool Table::addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance) { in addMovingGrowObserver() function in Table
H A DWasmJS.h230 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmInstance.cpp488 !memory_->addMovingGrowObserver(cx, object_)) in init()
492 if (table->movingGrowable() && !table->addMovingGrowObserver(cx, object_)) in init()
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTable.h111 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmTable.cpp372 bool Table::addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance) { in addMovingGrowObserver() function in Table
H A DWasmJS.h427 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmInstance.cpp1309 !memory_->addMovingGrowObserver(cx, object_)) { in init()
1315 if (table->movingGrowable() && !table->addMovingGrowObserver(cx, object_)) { in init()
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTable.h112 [[nodiscard]] bool addMovingGrowObserver(JSContext* cx,
H A DWasmTable.cpp371 bool Table::addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance) { in addMovingGrowObserver() function in Table
H A DWasmJS.h434 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmInstance.cpp1399 !memory_->addMovingGrowObserver(cx, object_)) { in init()
1405 if (table->movingGrowable() && !table->addMovingGrowObserver(cx, object_)) { in init()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTable.h111 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmTable.cpp372 bool Table::addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance) { in addMovingGrowObserver() function in Table
H A DWasmJS.h427 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmInstance.cpp1309 !memory_->addMovingGrowObserver(cx, object_)) { in init()
1315 if (table->movingGrowable() && !table->addMovingGrowObserver(cx, object_)) { in init()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmTable.h117 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmJS.h408 bool addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance);
H A DWasmTable.cpp377 bool Table::addMovingGrowObserver(JSContext* cx, WasmInstanceObject* instance) { in addMovingGrowObserver() function in Table
H A DWasmInstance.cpp1605 !memory_->addMovingGrowObserver(cx, object_)) { in init()
1611 if (table->movingGrowable() && !table->addMovingGrowObserver(cx, object_)) { in init()

12