Home
last modified time | relevance | path

Searched refs:updateMallocCounter (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DMallocProvider.h59 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_malloc()
67 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_calloc()
78 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in maybe_pod_realloc()
100 client()->updateMallocCounter(bytes); in pod_malloc()
113 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
118 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
145 client()->updateMallocCounter(bytes); in pod_calloc()
158 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
163 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
186 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in pod_realloc()
H A DRuntime.cpp809 JSRuntime::updateMallocCounter(size_t nbytes) in updateMallocCounter() function in JSRuntime
811 updateMallocCounter(nullptr, nbytes); in updateMallocCounter()
815 JSRuntime::updateMallocCounter(JS::Zone* zone, size_t nbytes) in updateMallocCounter() function in JSRuntime
817 gc.updateMallocCounter(zone, nbytes); in updateMallocCounter()
H A DStringBuffer.cpp95 str->zone()->updateMallocCounter(sizeof(CharT) * len); in FinishStringFlat()
H A DArrayBufferObject.cpp759 cx->zone()->updateMallocCounter(wasmBuf->mappedSize()); in createForWasm()
804 cx->zone()->updateMallocCounter(wasmBuf->mappedSize()); in prepareForAsmJS()
1063 cx->zone()->updateMallocCounter(nAllocated); in create()
H A DRuntime.h1157 void updateMallocCounter(size_t nbytes);
1158 void updateMallocCounter(JS::Zone* zone, size_t nbytes);
H A DString-inl.h337 cx->updateMallocCounter((length + 1) * sizeof(char16_t));
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DMallocProvider.h54 if (MOZ_LIKELY(p)) client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_malloc()
61 if (MOZ_LIKELY(p)) client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_calloc()
72 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in maybe_pod_realloc()
92 if (p) client()->updateMallocCounter(bytes); in pod_malloc()
105 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
109 if (p) client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
133 if (p) client()->updateMallocCounter(bytes); in pod_calloc()
146 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
150 if (p) client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
170 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in pod_realloc()
H A DRuntime.cpp705 void JSRuntime::updateMallocCounter(size_t nbytes) { in updateMallocCounter() function in JSRuntime
706 gc.updateMallocCounter(nbytes); in updateMallocCounter()
H A DJSContext.cpp1420 void JSContext::updateMallocCounter(size_t nbytes) { in updateMallocCounter() function in JSContext
1422 runtime()->updateMallocCounter(nbytes); in updateMallocCounter()
1426 zone()->updateMallocCounter(nbytes); in updateMallocCounter()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DMallocProvider.h59 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_malloc()
67 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_calloc()
78 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in maybe_pod_realloc()
100 client()->updateMallocCounter(bytes); in pod_malloc()
113 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
118 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
145 client()->updateMallocCounter(bytes); in pod_calloc()
158 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
163 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
186 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in pod_realloc()
H A DRuntime.cpp776 JSRuntime::updateMallocCounter(size_t nbytes) in updateMallocCounter() function in JSRuntime
778 updateMallocCounter(nullptr, nbytes); in updateMallocCounter()
782 JSRuntime::updateMallocCounter(JS::Zone* zone, size_t nbytes) in updateMallocCounter() function in JSRuntime
784 gc.updateMallocCounter(zone, nbytes); in updateMallocCounter()
H A DStringBuffer.cpp95 str->zone()->updateMallocCounter(sizeof(CharT) * len); in FinishStringFlat()
H A DRuntime.h1385 void updateMallocCounter(size_t nbytes);
1386 void updateMallocCounter(JS::Zone* zone, size_t nbytes);
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DMallocProvider.h59 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_arena_malloc()
68 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_arena_calloc()
81 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in maybe_pod_arena_realloc()
120 client()->updateMallocCounter(bytes); in pod_arena_malloc()
139 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
145 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
174 client()->updateMallocCounter(bytes);
193 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
199 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
224 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in pod_arena_realloc()
[all …]
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DMallocProvider.h59 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_arena_malloc()
68 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_arena_calloc()
81 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in maybe_pod_arena_realloc()
120 client()->updateMallocCounter(bytes); in pod_arena_malloc()
139 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
145 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
174 client()->updateMallocCounter(bytes);
193 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
199 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
224 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in pod_arena_realloc()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DMallocProvider.h59 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_arena_malloc()
68 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_arena_calloc()
81 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in maybe_pod_arena_realloc()
120 client()->updateMallocCounter(bytes); in pod_arena_malloc()
139 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
145 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
174 client()->updateMallocCounter(bytes);
193 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
199 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
224 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in pod_arena_realloc()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DMallocProvider.h55 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_arena_malloc()
64 client()->updateMallocCounter(numElems * sizeof(T)); in maybe_pod_arena_calloc()
77 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in maybe_pod_arena_realloc()
116 client()->updateMallocCounter(bytes); in pod_arena_malloc()
135 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
141 client()->updateMallocCounter(bytes); in pod_malloc_with_extra()
170 client()->updateMallocCounter(bytes);
189 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
195 client()->updateMallocCounter(bytes); in pod_calloc_with_extra()
220 client()->updateMallocCounter((newSize - oldSize) * sizeof(T)); in pod_arena_realloc()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djscntxt.h198 inline void updateMallocCounter(size_t nbytes) { in updateMallocCounter() function
200 runtime_->updateMallocCounter(zone_, nbytes); in updateMallocCounter()
345 using ExclusiveContext::updateMallocCounter;
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/util/
H A DStringBuffer.cpp81 cx->updateMallocCounter(sizeof(CharT) * len); in FinishStringFlat()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscntxt.h181 inline void updateMallocCounter(size_t nbytes) { in updateMallocCounter() function
183 runtime_->updateMallocCounter(zone_, nbytes); in updateMallocCounter()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DZone.h444 void updateMallocCounter(size_t nbytes) { in updateMallocCounter() function
698 updateMallocCounter(bytes); in pod_callocCanGC()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DZoneAllocator.h282 void updateMallocCounter(size_t nbytes) { in updateMallocCounter() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DZoneAllocator.h282 void updateMallocCounter(size_t nbytes) { in updateMallocCounter() function
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DZoneAllocator.h273 void updateMallocCounter(size_t nbytes) { in updateMallocCounter() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DZoneAllocator.h282 void updateMallocCounter(size_t nbytes) { in updateMallocCounter() function

12