Home
last modified time | relevance | path

Searched refs:gcMallocBytes (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmTable.cpp352 RemoveCellMemory(object, gcMallocBytes(), MemoryUse::WasmTableTable); in grow()
358 AddCellMemory(object, gcMallocBytes(), MemoryUse::WasmTableTable); in grow()
393 size_t Table::gcMallocBytes() const { in gcMallocBytes() function in Table
H A DWasmTable.h117 size_t gcMallocBytes() const;
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmTable.cpp351 RemoveCellMemory(object, gcMallocBytes(), MemoryUse::WasmTableTable); in grow()
357 AddCellMemory(object, gcMallocBytes(), MemoryUse::WasmTableTable); in grow()
392 size_t Table::gcMallocBytes() const { in gcMallocBytes() function in Table
H A DWasmTable.h119 size_t gcMallocBytes() const;
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmTable.cpp352 RemoveCellMemory(object, gcMallocBytes(), MemoryUse::WasmTableTable); in grow()
358 AddCellMemory(object, gcMallocBytes(), MemoryUse::WasmTableTable); in grow()
393 size_t Table::gcMallocBytes() const { in gcMallocBytes() function in Table
H A DWasmTable.h117 size_t gcMallocBytes() const;
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/wasm/
H A DWasmTable.cpp357 RemoveCellMemory(object, gcMallocBytes(), MemoryUse::WasmTableTable); in grow()
363 AddCellMemory(object, gcMallocBytes(), MemoryUse::WasmTableTable); in grow()
398 size_t Table::gcMallocBytes() const { in gcMallocBytes() function in Table
H A DWasmTable.h123 size_t gcMallocBytes() const;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DZone.h147 gcMallocBytes -= ptrdiff_t(nbytes); in updateMallocCounter()
152 bool isTooMuchMalloc() const { return gcMallocBytes <= 0; } in isTooMuchMalloc()
332 mozilla::Atomic<ptrdiff_t, mozilla::ReleaseAcquire> gcMallocBytes; member
H A DZone.cpp34 gcMallocBytes(0), in Zone()
90 gcMallocBytes = ptrdiff_t(gcMaxMallocBytes); in resetGCMallocBytes()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsgc.c1373 localMallocBytes = cx->thread->gcMallocBytes; in js_NewGCThing()
1386 cx->thread->gcMallocBytes = 0; in js_NewGCThing()
1387 if (rt->gcMaxMallocBytes - rt->gcMallocBytes < localMallocBytes) in js_NewGCThing()
1388 rt->gcMallocBytes = rt->gcMaxMallocBytes; in js_NewGCThing()
1390 rt->gcMallocBytes += localMallocBytes; in js_NewGCThing()
1406 doGC = (rt->gcMallocBytes >= rt->gcMaxMallocBytes); in js_NewGCThing()
1442 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
1491 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
2818 rt->gcMallocBytes = 0; in js_GC()
3195 pbytes = &cx->thread->gcMallocBytes; in js_UpdateMallocCounter()
[all …]
H A Djscntxt.h114 uint32 gcMallocBytes; member
201 uint32 gcMallocBytes; member
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsgc.c1373 localMallocBytes = cx->thread->gcMallocBytes; in js_NewGCThing()
1386 cx->thread->gcMallocBytes = 0; in js_NewGCThing()
1387 if (rt->gcMaxMallocBytes - rt->gcMallocBytes < localMallocBytes) in js_NewGCThing()
1388 rt->gcMallocBytes = rt->gcMaxMallocBytes; in js_NewGCThing()
1390 rt->gcMallocBytes += localMallocBytes; in js_NewGCThing()
1406 doGC = (rt->gcMallocBytes >= rt->gcMaxMallocBytes); in js_NewGCThing()
1442 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
1491 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
2818 rt->gcMallocBytes = 0; in js_GC()
3195 pbytes = &cx->thread->gcMallocBytes; in js_UpdateMallocCounter()
[all …]
H A Djscntxt.h114 uint32 gcMallocBytes; member
201 uint32 gcMallocBytes; member
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsgc.c1373 localMallocBytes = cx->thread->gcMallocBytes; in js_NewGCThing()
1386 cx->thread->gcMallocBytes = 0; in js_NewGCThing()
1387 if (rt->gcMaxMallocBytes - rt->gcMallocBytes < localMallocBytes) in js_NewGCThing()
1388 rt->gcMallocBytes = rt->gcMaxMallocBytes; in js_NewGCThing()
1390 rt->gcMallocBytes += localMallocBytes; in js_NewGCThing()
1406 doGC = (rt->gcMallocBytes >= rt->gcMaxMallocBytes); in js_NewGCThing()
1442 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
1491 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
2818 rt->gcMallocBytes = 0; in js_GC()
3195 pbytes = &cx->thread->gcMallocBytes; in js_UpdateMallocCounter()
[all …]
H A Djscntxt.h114 uint32 gcMallocBytes; member
201 uint32 gcMallocBytes; member
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsgc.c1373 localMallocBytes = cx->thread->gcMallocBytes; in js_NewGCThing()
1386 cx->thread->gcMallocBytes = 0; in js_NewGCThing()
1387 if (rt->gcMaxMallocBytes - rt->gcMallocBytes < localMallocBytes) in js_NewGCThing()
1388 rt->gcMallocBytes = rt->gcMaxMallocBytes; in js_NewGCThing()
1390 rt->gcMallocBytes += localMallocBytes; in js_NewGCThing()
1406 doGC = (rt->gcMallocBytes >= rt->gcMaxMallocBytes); in js_NewGCThing()
1442 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
1491 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
2818 rt->gcMallocBytes = 0; in js_GC()
3195 pbytes = &cx->thread->gcMallocBytes; in js_UpdateMallocCounter()
[all …]
H A Djscntxt.h114 uint32 gcMallocBytes; member
201 uint32 gcMallocBytes; member
/dports/lang/spidermonkey17/js/src/
H A Djsgc.c1373 localMallocBytes = cx->thread->gcMallocBytes; in js_NewGCThing()
1386 cx->thread->gcMallocBytes = 0; in js_NewGCThing()
1387 if (rt->gcMaxMallocBytes - rt->gcMallocBytes < localMallocBytes) in js_NewGCThing()
1388 rt->gcMallocBytes = rt->gcMaxMallocBytes; in js_NewGCThing()
1390 rt->gcMallocBytes += localMallocBytes; in js_NewGCThing()
1406 doGC = (rt->gcMallocBytes >= rt->gcMaxMallocBytes); in js_NewGCThing()
1442 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
1491 if (rt->gcMallocBytes >= rt->gcMaxMallocBytes || flbase[flindex]) in js_NewGCThing()
2818 rt->gcMallocBytes = 0; in js_GC()
3195 pbytes = &cx->thread->gcMallocBytes; in js_UpdateMallocCounter()
[all …]
H A Djscntxt.h114 uint32 gcMallocBytes; member
201 uint32 gcMallocBytes; member
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DZone.cpp36 gcMallocBytes(0), in Zone()
105 gcMallocBytes = ptrdiff_t(gcMaxMallocBytes); in resetGCMallocBytes()
H A DZone.h161 gcMallocBytes -= ptrdiff_t(nbytes); in updateMallocCounter()
173 bool isTooMuchMalloc() const { return gcMallocBytes <= 0; } in isTooMuchMalloc()
367 mozilla::Atomic<ptrdiff_t, mozilla::ReleaseAcquire> gcMallocBytes; member
/dports/devel/jsl/jsl-0.3.0/src/
H A Djscntxt.h92 uint32 gcMallocBytes; member
H A Djsgc.c488 (tried_gc || rt->gcMallocBytes < rt->gcMaxBytes)) in js_AllocGCThing()
1195 rt->gcMallocBytes = 0; in js_GC()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DObjectGroup.cpp65 fop->delete_(this, newScript, newScript->gcMallocBytes(), in finalize()
96 return newScript->gcMallocBytes(); in AddendumAllocSize()

12