Home
last modified time | relevance | path

Searched refs:canAllocateStrings (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCompileWrappers.cpp132 return nurseryExists() && zone()->group()->nursery().canAllocateStrings() && in canNurseryAllocateStrings()
H A DIon.cpp398 stringsCanBeInNursery = cx->nursery().canAllocateStrings(); in initialize()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCompileWrappers.cpp161 return zone()->runtimeFromAnyThread()->gc.nursery().canAllocateStrings() && in canNurseryAllocateStrings()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCompileWrappers.cpp152 return zone()->runtimeFromAnyThread()->gc.nursery().canAllocateStrings() && in canNurseryAllocateStrings()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCompileWrappers.cpp163 return zone()->runtimeFromAnyThread()->gc.nursery().canAllocateStrings() && in canNurseryAllocateStrings()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCompileWrappers.cpp161 return zone()->runtimeFromAnyThread()->gc.nursery().canAllocateStrings() && in canNurseryAllocateStrings()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DNursery.h173 bool canAllocateStrings() const { return canAllocateStrings_; } in canAllocateStrings() function
H A DAllocator.cpp184 cx->nursery().canAllocateStrings() && cx->zone()->allocNurseryStrings) {
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DNursery.h205 bool canAllocateStrings() const { return canAllocateStrings_; } in canAllocateStrings() function
H A DAllocator.cpp212 cx->nursery().canAllocateStrings() && cx->zone()->allocNurseryStrings) {
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DNursery.h154 bool canAllocateStrings() const { return canAllocateStrings_; } in canAllocateStrings() function
H A DAllocator.cpp227 cx->nursery().canAllocateStrings() && cx->zone()->allocNurseryStrings) { in AllocateStringImpl()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DNursery.h221 bool canAllocateStrings() const { return canAllocateStrings_; } in canAllocateStrings() function
H A DAllocator.cpp230 cx->nursery().canAllocateStrings() && cx->zone()->allocNurseryStrings) {
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DNursery.h221 bool canAllocateStrings() const { return canAllocateStrings_; } in canAllocateStrings() function
H A DAllocator.cpp230 cx->nursery().canAllocateStrings() && cx->zone()->allocNurseryStrings) {